What is the use of pipes?
Answers were Sorted based on User's Feedback
Answer / shilpa
Output of one command can be used as input for other
command. Hence execution time will be reduced
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / 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 |
Pipe command is used sending one command's output to other command input
ex:- ls -l | wc -l
here ls -l will show details of files available and wc -l will show how many rows(total no of rows) the previous command diaplayed
| Is This Answer Correct ? | 0 Yes | 0 No |
how will you convert a general file to a hidden file?
Give Command that will change the name of a directly from paypal to eBay
which command is used to identify the type of the file?
what is the difference between SED and GREP ? Which one is more better and why?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
What is the use of egrep command in unix?
in UNIX,what is the command to remove directory with files?
What is a command and examples?
Can you enlist some commonly used network commands?
What does 'mkdir' command do in UNIX?
solaris Run level?
What is a shell in Unix? Name some common Unix shells.