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 rmdir command?
How does the system know where one command ends and another begins?
Differentiate cmp command from diff command.
How do I search for a file in unix command?
What do know about tee command and its usage?
What are some command words?
Which command is used to restrict incoming messages?
What is grep in bash?
What do know about tee command?
How to display no of records in oracle using unix command?
What are grep patterns?
What do chown command do?
What are the general commands in using unix os for a beginner?
What are reported commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?