What is the difference between pipe (|) and tee command in unix
Answer Posted / ravikumar reddy .dubba
pipe(|):--pipe is the symbol which is used to combine 2
filters,2 commands or filter and command,
When we combine two operations by using pipe, first
operation o/p acts standard i/p for second operation ,and
second operation gives Standard o/p,
Tee:--tee is the command, we can copy a file data to
multiple files at a time
dubba.ravikumarreddy@gmail.com
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What does sed command do in unix?
What does awk stand for?
What is unix command line?
What is the functionality of a top command?
Does cp command overwrite files?
What is the use of egrep command in unix?
How to use grep command to list find the records of a file containing 10 different strings?
What does touch command do in unix?
What does find command return in unix?
Using unix command how to display no of records in oracle?
What does the “echo” command do?
Who wrote grep?
What is the command to find maximum memory taking process on the server?
What is awk good for?
How can you see the command line history?