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 comma to display different lines that are found when compare two files?
What is grep short for?
What is ctrl d?
Differentiate cat command from more command.
What are the unix commands?
What does #!/ Bin sh do?
How do I run a bash script?
How do I search for a file in unix command?
How does pipe () work?
What is used to type command?
Why is it called grep?
Explain the steps that a shell follows while processing a command.
What is time_t?
How to display no of records in oracle using unix command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?