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
Describe the zip/unzip command using gzip.
What is command statement?
How many unix commands are there?
What are some command words?
What is the difference between grep and grep?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How do you grep recursively?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Can you enlist some commonly used network commands?
Name the various commands that are used for the user information in unix.
What is the use of egrep command in unix?
Differentiate cat command from more command.
What does this command do? Cat food 1 > kitty
What does the command '$ls | wc –l > file1' do?
What does sed command do in unix?