What is the difference between pipe (|) and tee command in unix
Answer Posted / sourisengupta
pipe: pipe is used to redirect the output to theinput of an
another command.
tee: tee is used to prodiuced two output and you can
redirect it anywhere you want;.
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Can you enlist some commonly used network commands?
Describe the usage and functionality of the command rm –r * in unix?
Why is shebang used?
What does awk stand for?
Who command in unix operating system?
What is the use of sed command in unix?
Describe the zip/unzip command using gzip.
What does this command do,"$more readme.txt“?
What command is used to switching between users in unix?
What are the differences among a system call, a library function, and a unix command?
Enumerate some of the most commonly used network commands in unix?
Enlist some filename manipulation commands in unix.
What is a command and examples?
Explain command to display different lines that are found when compare two files?
How can you see the command line history?