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 do chmod, chown, chgrp commands do?
What is awk used for?
Explain ‘library functions’ with respect to unix commands?
What is in grep command?
What is the functionality of a top command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is the pipe command?
How to find $ai_serual resolved path by using unix
How do you repeat a command in terminal?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does the command '$ls | wc –l > file1' do?
Which command will print your home directory on screen?
Which command is used to restrict incoming messages?
What is the difference between awk and grep?
Describe the zip/unzip command using gzip.