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 the command to view process running?
What is the unix command to confirm a remote host is alive or not?
What is the general format of unix command syntax?
Which command is used to delete all files in the current directory and all its sub-directories?
Which command should you use to find the remaining disk space in unix server?
What is nr in awk command?
What is the function of grep command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is .sh file?
Can you explain a little bit about command substitution?
What is updatedb?
What is grep r?
Explain command to show the space allocation of files?
What do know about tee command?
How do you grep a case insensitive?