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
How does pipe () work?
Name the various commands that are used for the user information in unix.
How do I search for text in vi?
What is the use of tee command?
What does the “echo” command do?
What is .sh file?
Is ‘du’ a command? If so, what is its use?
How do I clear my terminal history?
How do I run a bash script?
Why is it called a shebang?
What is command substitution?
What are reported commands?
Which command is used to find whether the system is 32 bit or 64 bit?
Who command in unix?
What are awk commands?