What is the difference between pipe (|) and tee command in unix
Answer Posted / rajib mallick
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.
..for any query you can e-mail me on "rajib.ku@gmail.com".
Is This Answer Correct ? | 46 Yes | 0 No |
Post New Answer View All Answers
What is a bash command?
What is the pipe command?
How do I find previous commands in unix?
Are you in or at the office?
What is the use of sed command in unix?
How does shebang work?
What is the use of egrep command in unix?
What are some command words?
What is the functionality of a top command?
How do I delete files from command prompt?
Who wrote grep?
Why is awk called awk?
Which command should you use to find the remaining disk space in unix server?
What do know about tee command and its usage?
What is awk command used for?