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 |
Write a command to display a file’s contents in various formats?
distinguish between physical addresses and logical address?
How does the system know where one command ends and another begins?
What does find command return in unix?
How to convert a hidden file to normal visible file?
What is awk good for?
Give command that will make the file "run.sh" executable?
What is the functionality of a top command?
how will you login one server's shell prompt to an another server?
5 Answers Cosmic Infotech, Perot Systems,
What do chmod, chown, chgrp commands do?
How does one process we can start an executable file? How to get the PID process, which we started?
what is kernel?