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
write a shell script to check the failed jobs?
What is a file basename?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How to find all the files modified in less than 3 days and save the record in a text file?
What is a program shell?
What is bash coding?
What is the default ubuntu terminal?
What is bash eval?
What is the way to do multilevel if-else's in shell scripting?
What is the fastest scripting language?
Is shell and terminal the same?
What is the use of a shebang line?
Why do we write bin bash in shell scripts?
What are the four fundamental components of every file system on linux?
how to get part of string variable with echo command only?