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
What is a bash command?
How does the system know where one command ends and another begins?
What is the difference between grep and grep?
What is awk good for?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
what is the advaantage of each user having its own copy of the shell?
What does sed command do in unix?
What does this command do,"$more readme.txt“?
What is grep command in unix with examples?
What does the command ' $who | sort –logfile > newfile' do?
What is the size of time_t?
How to find $ai_serual resolved path by using unix
What command is used to check the current users?
What are some command words?
How does shebang work?