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
Enumerate some of the most commonly used network commands in unix?
how to sort the content of the file based on numeric values
What is used to type command?
What is .sh file?
What is the pipe command?
What is the command to compare two files in unix?
What does the metacharacter mean?
How do I run a bash script?
What is grep in bash?
Who command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are reported commands?
Who command in unix operating system?
What are file commands?
What is nr in awk command?