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 |
what are processor execution levels and priorities?
which command is used to change group?
What are the general commands in using unix os for a beginner?
How to get the last ten lines of a file using awk utility?
Are you in or at the office?
What is the difference between pipe (|) and tee command in unix
How are UNIX file permissions represented?
What is the Unix file system hierarchy?
How to display no of records in oracle using unix command?
What is the different between UNIX command and UNIX shell script?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
7 Answers Alcatel, Cisco, Infosys, University Exams,
What is the unix command to confirm a remote host is alive or not?