Why we are writting shell scripts?
Plz if possible explain it briefly.
Answer Posted / ashok
Shell is a command interpeter. If we want to run multiple
commands at a time through a script file then it is called
shell scripts.
Generally we will write these to set certain environmental
variables in unix and run some other programs.
The shell scripts utility programs to perform certain tasks
in unix environment.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is another name for a bash shell script that you might see?
How do I run a script on mac?
What is path variable bash?
What is wc in shell script?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is the crontab?
Is shell and terminal the same?
wats the deinitions for shell utility and filter?
When should shell programming/scripting not be used?
is this growing field and what is average package in this?
How do you debug a script?
What is bash shell command?
What is the syntax of "nested if statement" in shell scripting?
What is the purpose of scripting?
What is the first line in every perl script called?