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
Which command is used to kill the last background job?
What is the size of time_t?
What is command statement?
What is grep short for?
Who invented grep?
How do I run a whois command?
What is the difference between cat command and more command?
What is the command to compare two files in unix?
What is $0 bash?
Name the various commands that are used for the user information in unix.
What is awk good for?
Which command will print your home directory on screen?
What do know about tee command?
What is the command to find hidden files in the current directory?
What do chown command do?