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
Enumerate some of the most commonly used network commands in unix?
What are filter commands in unix?
Which unix command lists files/folders in alphabetical order?
Differentiate cat command from more command.
What is the difference between awk and grep?
How do I run a whois command?
What is ‘ps’ command for?
Explain ‘library functions’ with respect to unix commands?
What is the function of grep command in unix?
How does shebang work?
What does this command do,"$more readme.txt“?
How do I open a port?
Why is awk called awk?
How do I use grep to find a file?
What is used to type command?