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 difference between cmp and diff commands?
What does #!/ Bin sh do?
What is $0 bash?
What's a command word?
Why is awk called awk?
How can we use grep command in unix?
What do chmod command do?
What do know about tee command?
What is the command to find maximum memory taking process on the server?
What is unix command line?
Who command in unix operating system?
Can you explain a little bit about command substitution?
What command will change your prompt to myprompt?
What is the search command in unix?
Is grep faster than awk?