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 web script?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is shell scripting used for?
How can you find out how long the system has been running?
How to check if the previous command was run successfully?
What are "c" and "b" permission fields of a file?
What language is used in terminal?
How to get the first line from a file using just the terminal?
What are script files?
What does $0 mean in shell script?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What is .sh file in mac?
determine the output of the following command: echo ${new:-variable}
Why is it called a shell?
How does path variable work?