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
Are you in or at the office?
What are the unix commands?
What is the difference between cat command and more command?
What is the command to view process running?
What are file commands?
How does the system know where one command ends and another begins?
Explain mount and unmount command.
What is the difference between grep and grep?
Which unix command to make a new directory?
What does #!/ Bin sh do?
What does the “echo” command do?
Explain the steps that a shell follows while processing a command.
Is command prompt unix?
Who invented grep?
Which command is used to copy files?