What is the different between UNIX command and UNIX shell
script?
Answer Posted / mukunda
UNIX command sends request to OS and you will get the
result. Shell script is nothing but grouping the commands
in a logical way inside a file to achieve some task of your
interest.
Command is sominthing like
left/right/forward/backward, where as Shell script is a
direction from your home to office.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What command will change your prompt to myprompt?
How do I clear my terminal history?
What does the metacharacter mean?
Name the various commands that are used for the user information in unix.
What do know about tee command?
How do I search a whole word in vim?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How can we use grep command in unix?
What difference between cmp and diff commands?
Explain ‘library functions’ with respect to unix commands?
What does find command return in unix?
What happens when we execute a unix command?
What is “chmod” command?
Why is it called grep?
What is pipe command in unix?