What is the difference between pipe (|) and tee command in unix
Answer Posted / nagarjuna reddy
PIPE(|)
command is used send the output of one command as a input for another command
tee
command is used to write the same data to the multiple files
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is it called grep?
Explain command to view process running?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I run a whois command?
What is used to type command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep r?
What is awk used for?
What is unix command?
What does awk stand for?
What does the metacharacter mean?
What difference between cmp and diff commands?
Which command is used to kill the last background job?
Enumerate some of the most commonly used network commands in unix?
What is ctrl d?