What is the difference between pipe (|) and tee command in unix
Answer Posted / sourisengupta
pipe: pipe is used to redirect the output to theinput of an
another command.
tee: tee is used to prodiuced two output and you can
redirect it anywhere you want;.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
How can we use grep command in unix?
What is the difference between cat and more command?
Which command is used to find whether the system is 32 bit or 64 bit?
What do chmod command do?
hw will u use awk in replacing cahrs and files
How does the system know where one command ends and another begins?
What is the use of cut command in unix?
Name the various commands that are used for the user information in unix.
What is unix command?
What does the “echo” command do?
Write a command to display a file’s contents in various formats?
Why is grep called grep?
What do know about tee command and its usage?
Explain command to display different lines that are found when compare two files?
What is ctrl d?