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 |
Who invented grep?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
what do you understand by 'unix is a portable os'?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
Name the general commands in using unix os for a beginner?
What is the use of pipes?
What is the difference between grep and grep?
in a growing log file how will you see the 1st 99 lines?
Can a process kill itself in UNIX/or in its various versions?
What does the md command do?
what is the use of wild cards?
what is mount ,tell me about mount ,how can u use in real time project??