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


Please Help Members By Posting Answers For Below Questions

What does sed command do in unix?

796


What does awk stand for?

804


What is unix command line?

817


What is the functionality of a top command?

836


Does cp command overwrite files?

832


What is the use of egrep command in unix?

832


How to use grep command to list find the records of a file containing 10 different strings?

842


What does touch command do in unix?

988


What does find command return in unix?

852


Using unix command how to display no of records in oracle?

841


What does the “echo” command do?

839


Who wrote grep?

773


What is the command to find maximum memory taking process on the server?

886


What is awk good for?

797


How can you see the command line history?

832