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 is the use of cut command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does touch command do in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What does grep v do?
What is .sh file?
Is command prompt unix?
What is the behavioural difference between cmp and diff commands?
What is awk command used for?
What is awk used for?
Describe the usage and functionality of the command rm –r * in unix?
What is the functionality of a top command?
How do I use grep to find a file?
Why is shebang used?
What is the general format of unix command syntax?