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
Who invented grep?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What are the dos commands?
What is the difference between cat and more command?
What is the significance of the 'tee' command?
What is the functionality of a top command?
how to sort the content of the file based on numeric values
How can we use grep command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How does shebang work?
What is the first character of the output in ls l command?
What is command substitution?
What is the difference between cat command and more command?
What is the pipe command?