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 is the functionality of a top command?
How do I delete files from command prompt?
Name the general commands in using unix os for a beginner?
What does touch command do in unix?
What is the significance of the 'tee' command?
Explain ‘system calls’ with respect to unix commands?
What is the general format of unix command syntax?
Why is grep called grep?
Write a command to display a file’s contents in various formats?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Explain mount and unmount command.
What is awk good for?
What will the following command do?
What are the dos commands?
What is the command to compare two files in unix?