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 unix command?
What is the command to find maximum memory taking process on the server?
What is the use of tee command?
Who invented grep?
How do I use grep to search for a file?
How does shebang work?
What are the commands in UNIX to list the files in a Directory?
What do chgrp command do?
What does this command do,"$more readme.txt“?
how to sort the content of the file based on numeric values
What is the difference between cat and more command?
Explain ‘library functions’ with respect to unix commands?
Which command can you use to find the currently running process in unix server?
How can we use grep command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?