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 is the size of time_t?

655


What does grep v grep do?

556


What is the behavioural difference between cmp and diff commands?

682


What is ‘ps’ command for?

620


Why is grep called grep?

783






What does the command '$ls | wc –l > file1' do?

684


What's a command word?

591


What is the use of the command 'ls -x chapter[1-5]' ?

665


Explain command to view process running?

619


Explain ‘library functions’ with respect to unix commands?

606


What is grep in bash?

591


What is $0 bash?

653


What does this command do,"$more readme.txt“?

693


What is the nmap command?

588


Write a command to kill the last background job?

622