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 merge command in unix?
What are the unix commands?
What command will change your prompt to myprompt?
What does touch command do in unix?
What is awk command used for?
What are bash commands?
What is the difference between cat command and more command?
What does the “echo” command do?
Why is it called grep?
How do I delete files from command prompt?
What is the command to find maximum memory taking process on the server?
Which command is used to delete all files in the current directory and all its sub-directories?
What does this command do,"$more readme.txt“?
What is the difference between awk and grep?
What is the use of cut command in unix?