What is the difference between pipe (|) and tee command in unix
Answer Posted / nirav
PIPE- "|" :- **. It is an IPC(Inter Process Communication).
*. It means that the out put of the first command is the
Input of the second command.
**. Like wise 3rd, 4th, 5th.....nth.
tee :- **. tee generates two outputs always.
**. It's a filter ! by using tee we can send the output to
a new file at the same moment we can see the output on the
screen.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ctrl d?
Is it inbetween or in between?
What is the use of the command 'ls -x chapter[1-5]' ?
What do chgrp command do?
Explain ‘system calls’ with respect to unix commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What does grep v do?
Is grep faster than awk?
What does the md command do?
What does pipe () return?
What is grep in bash?
Explain command to view process running?
Are you in or at the office?
What are the general commands in using unix os for a beginner?
What does grep v grep do?