What is the difference between pipe (|) and tee command in unix
Answer Posted / manikantan t s
'|' --> This will take output and send it as the input for
next command
tee --> tee will generate two outputs
| Is This Answer Correct ? | 32 Yes | 7 No |
Post New Answer View All Answers
What is sed awk grep?
How to use grep command to list find the records of a file containing 10 different strings?
What command is used to check the current users?
What does the command ' $who | sort –logfile > newfile' do?
What is awk used for?
What does find command return in unix?
Name the general commands in using unix os for a beginner?
What does touch command do in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Describe the zip/unzip command using gzip.
What is the significance of the 'tee' command?
What is grep r?
What does this command do? Cat food 1 > kitty
What does sed command do in unix?
Which command is used to delete all files in the current directory and all its sub-directories?