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 do you understand by 'unix is a portable os'?
What difference between cmp and diff commands?
what is the difference between "cron" command and "at" command?
Describe the usage and functionality of the command rm –r * in unix?
How do you grep recursively?
How can you see the command line history?
What does the metacharacter mean?
How to get the operating system's information in unix?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
their is a file1,file2 and i want to append file1 data to file2?
How can you copy files or directories?
solaris Run level?