What is the difference between pipe (|) and tee command in unix

Answers were Sorted based on User's Feedback



What is the difference between pipe (|) and tee command in unix..

Answer / nirav

PIPE- "|" :- **. It is an IPC(Inter Process Communication).
*. It means that the out put of the first command is the
Input of the second command.
**. Like wise 3rd, 4th, 5th.....nth.
tee :- **. tee generates two outputs always.
**. It's a filter ! by using tee we can send the output to
a new file at the same moment we can see the output on the
screen.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between pipe (|) and tee command in unix..

Answer / 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

What is the difference between pipe (|) and tee command in unix..

Answer / gopi.k

pipe->it is a inter related processer,it is a unidirectional

Is This Answer Correct ?    0 Yes 3 No

What is the difference between pipe (|) and tee command in unix..

Answer / guest

seperate arguments

Is This Answer Correct ?    3 Yes 19 No

Post New Answer

More Unix Commands Interview Questions

what are processor execution levels and priorities?

2 Answers   Infosys,


How do I delete files from command prompt?

0 Answers  


What are awk commands?

0 Answers  


in UNIX,How to copy file into directory?

5 Answers  


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,






How to display no of records in oracle using unix command?

0 Answers  


How to rename files and folders?

7 Answers   IBM, Oracle,


What do chmod, chown, chgrp commands do?

0 Answers  


How do I search for text in vi?

0 Answers  


How to setup sudo, only can use for particular date & time only ( for solaris10 )

1 Answers   ups,


What is time_t?

0 Answers  


Will rm -r* removes hidden files?

10 Answers  


Categories