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 is the command to compare two files in unix?
Which command is used to restrict incoming messages?
What is the difference between cat and more command?
Explain ‘library functions’ with respect to unix commands?
Who wrote grep?
How does pipe () work?
What are awk commands?
What are filter commands in unix?
Which command is used to copy files?
Explain command to view process running?
Explain ‘system calls’ with respect to unix commands?
How do I search for text in vi?
What is the pipe command?
What are file commands?
What does grep v grep do?