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 happens when we execute a unix command?
What do chown command do?
What does #!/ Bin sh do?
What is “chmod” command?
What is command statement?
What is the command to compare two files in unix?
What is grep and how do you use it?
Is ‘du’ a command? If so, what is its use?
What does this command do? Cat food 1 > kitty
Explain the steps that a shell follows while processing a command.
How do I search a whole word in vim?
What is the use of tee command?
What is ‘ps’ command for?
What does touch command do in unix?
Which command is used to delete all files in the current directory and all its sub-directories?