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 use of awk command in unix?
what does a process mean?
how to make IGNITE-BACKUP in HP-UX?
What is Unix, and how does it differ from other operating systems?
How to create hardlinks and softlinks on files?
How can you see the command line history?
What is the comma to show the space allocation of files?
what are processor execution levels and priorities?
What does grep v grep do?
How do you copy a directory with many files and folders into another directory?
What is grep command in unix with examples?
What is the difference between pipe and xargs?