What is the different between UNIX command and UNIX shell
script?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aswini
unix command is typed by users where as unix shell script
is predefined set of commands written to handle user
commands.
Is This Answer Correct ? | 1 Yes | 6 No |
What is the output of : $ ps-e $ ps-a commands
Explain command to display different lines that are found when compare two files?
What will the following command do?
How to add content of one file into another file at the beginning
What is the command to check ports active in UNIX?
Which command is used to kill the last background job?
Give the command to display space usage on the UNIX file system.
what is virtual machine?
what is the difference between "cron" command and "at" command?
Why we are using UNIX OS when we are doing the testing in our application?
why unix commands can be divided into internal and external commands?
What do know about tee command?