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
Who command in unix?
What does find command return in unix?
Can you explain a little bit about command substitution?
What is command statement?
How can we use grep command in unix?
Why is awk called awk?
What is a command and examples?
Name the unix command to find how many days the server has been up.
What does the command ' $who | sort –logfile > newfile' do?
Explain ‘system calls’ with respect to unix commands?
What do chmod, chown, chgrp commands do?
How do I search for a file in unix command?
How do you grep a case insensitive?
What does this command do,"$more readme.txt“?
What is grep and how do you use it?