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 the size of time_t?
What is the significance of the 'tee' command?
How do you repeat a command in terminal?
What is the difference between cat command and more command?
What does the “echo” command do?
Explain ‘library functions’ with respect to unix commands?
Which command is used to delete all files in the current directory and all its sub-directories?
How do I find previous commands in unix?
How does shebang work?
What are reported commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does this command do,"$more readme.txt“?
What is the behavioural difference between cmp and diff commands?
Which command should you use to find the remaining disk space in unix server?
What is used to type command?