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
How do I delete files from command prompt?
What does 'mkdir' command do in UNIX?
Is ‘du’ a command? If so, what is its use?
What are bash commands?
What command is used to switching between users in unix?
Why is it called grep?
What is unix command?
Explain command to display different lines that are found when compare two files?
How to find $ai_serual resolved path by using unix
Why is grep called grep?
What do chgrp command do?
What does this command do,"$more readme.txt“?
What is the use of find command in unix?
Describe the usage and functionality of the command rm –r * in unix?
How can we use grep command in unix?