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
Write a command to display a file’s contents in various formats?
What is the command to compare two files in unix?
How do you grep recursively?
What is command statement?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Why is it called a shebang?
Which unix command to make a new directory?
What is the use of cut command in unix?
How do I run a bash script?
What is the unix command to confirm a remote host is alive or not?
Write a command to kill the last background job?
Which command is used to copy files?
What is the use of the tee command?
Using unix command how to display no of records in oracle?
What do chgrp command do?