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 are file commands?
how to sort the content of the file based on numeric values
What does sed command do in unix?
What is the general format of unix command syntax?
Describe the zip/unzip command using gzip.
Is command prompt unix?
What is the command to compare two files in unix?
Is ‘du’ a command? If so, what is its use?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How do you grep recursively?
What is unix command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
Why is it called a shebang?
Differentiate cmp command from diff command.
Enumerate some of the most commonly used network commands in unix?