Why we are writting shell scripts?
Plz if possible explain it briefly.
Answer Posted / nagireddyunix
Shell is command line interpreter, in shell script we can
write multiple commands to do particular task by executing
the shell script.
shell is used to set our environment.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What will happen to my current process when I execute a command using exec?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Explain about debugging?
What is the use of "$#" in shell scripting?
What is meant by dos operating system?
Is it possible to substitute "ls" command in the place of "echo" command?
What is @echo off?
Explain about return code?
Explain about non-login shell files?
How to write a function?
What is the default ubuntu terminal?
How do you debug a script?
How do I debug a shell script?
How to print the first array element?
What is a shell? · Types of shell · what is shell scripting?