What is the difference between Shell Programming and Shell
scripting?
Answer Posted / rahul
It's not shell programming, it's shell scripting. A collection of commands to execute written in shell-scripting. So that we don't need to memorize the no. of commands. These scripts can work automatically.
where shell works as an interpreter in Unix system
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are grep patterns?
Explain ‘library functions’ with respect to unix commands?
What are the commands in UNIX to list the files in a Directory?
What is the use of egrep command in unix?
What are the general commands in using unix os for a beginner?
What is the use of finger command?
How do I search a whole word in vim?
How do I use grep to find a file?
How do I use nslookup?
What difference between cmp and diff commands?
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)?
Explain command to display different lines that are found when compare two files?
What is pipe command in unix?
Why is it called a shebang?
Why is grep called grep?