What is the difference between pipe (|) and tee command in unix
Answer Posted / jaydeep das
pipe is used to direct the output of a set of commands to
another set of commands meaning output of one will be fed
as input to the other
tee is used to display the output on the screen
| Is This Answer Correct ? | 51 Yes | 21 No |
Post New Answer View All Answers
How do I clear my terminal history?
Describe the zip/unzip command using gzip.
What is the significance of the 'tee' command?
What is grep and how do you use it?
How does shebang work?
What are file commands?
What command is used to check the current users?
What is grep in bash?
What is the use of find command in unix?
How do I find previous commands in unix?
What do chmod, chown, chgrp commands do?
What are reported commands?
Who invented grep?
What is grep command in unix with examples?
What is the difference between cat command and more command?