Answer Posted / abinash
its is used to sned the output of one unix command as
inpiut to another unix command.
e.g.
ps -aef | grep <process name>
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the pipe command?
How can we use grep command in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What command will change your prompt to myprompt?
How do I search a whole word in vim?
Which command will print your home directory on screen?
Using unix command how to display no of records in oracle?
Explain command to display different lines that are found when compare two files?
What do know about tee command and its usage?
Explain command to show the space allocation of files?
How to use grep command to list find the records of a file containing 10 different strings?
Name the unix command to find how many days the server has been up.
Which command is used to delete all files in the current directory and all its sub-directories?
What does sed command do in unix?
What is unix command line?