What is the difference between Shell Programming and Shell
scripting?
Answer Posted / dhirendra rai
The term "Shell programming" is not true. "Shell scripting"
is the term which is a collection of command to do a
specific task. The "shell" act as a "Interpreter". When we
execute a shell script, a temporary shell is created and the
interpreter interprete and execute one line at a time. if
any error in the line then it exit from that line. No next
line will be read.
Getting error and jump to next line is happen in case of
"Compiler".
| Is This Answer Correct ? | 58 Yes | 11 No |
Post New Answer View All Answers
What is nr in awk command?
Which command is used to copy files?
What is a command and examples?
What is the command to find hidden files in the current directory?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the use of sed command in unix?
Who wrote grep?
Which command can you use to find the currently running process in unix server?
What do know about tee command and its usage?
Explain command to display different lines that are found when compare two files?
Name the unix command to find how many days the server has been up.
How do I use nslookup?
What does the “echo” command do?
why metadb requires a seperate slice to create Solaris volume manager
Which unix command to make a new directory?