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 to get the operating system's information in unix?
Write a command to display a file’s contents in various formats?
how to change a normal file into hidden file
How can we "forked" process in UNIX? How then recognize in any of the branches we?
What is the difference between grep and grep?
what will be the output of ls ~/..
in UNIX,How to copy file into directory?
What is the command to check ports active in UNIX?
How to display a file name which has zero bytes in size.
Where can I get the free download of Unix by Yeswant Kanetkar?
Explain ‘library functions’ with respect to unix commands?
distinguish between paging and swapping?