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
Can you enlist some commonly used network commands?
What is the nmap command?
What does this command do? Cat food 1 > kitty
What is command statement?
Explain the steps that a shell follows while processing a command.
How do I clear my terminal history?
What is grep r?
How do you repeat a command in terminal?
What do chgrp command do?
Why is shebang used?
What is merge command in unix?
What does sed command do in unix?
Is ‘du’ a command? If so, what is its use?
What is a bash command?
What is awk used for?