What is the difference between Shell Programming and Shell
scripting?
Answer Posted / c sivakumar
shell script is only using the multiple commands in one
sctipt. But shell programing is we are using commands and
logic in one script. Otherwise there is no any difference
in between. It is just for our identification alone.
Exameple:- C or C++ in these languages we can use only
logic But we can't not use commands.
Is This Answer Correct ? | 8 Yes | 15 No |
Post New Answer View All Answers
What are awk commands?
What do know about tee command?
What do chmod command do?
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)?
What is unix command?
Which command is used to find whether the system is 32 bit or 64 bit?
What are filter commands in unix?
What is s and g in sed command?
Which command is used to delete all files in the current directory and all its sub-directories?
What command will change your prompt to myprompt?
Which unix command lists files/folders in alphabetical order?
How do I search a whole word in vim?
Who invented grep?
What is .sh file?
What is the difference between cat command and more command?