How to define variable in user profile in shell script?
Answers
Answered by
0
that said you can instruct your shell to run commands from an scripts in the current shell process rather than forking a new shell.
Answered by
4
Answer:
A scripting or script language is a programming language for a special run-time environment that automates the execution of tasks; the tasks could alternatively be executed one-by-one by a human operator. Scripting languages are often interpreted, rather than compiled.
Similar questions