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
How do I run a whois command?
Name the various commands that are used for the user information in unix.
What are grep patterns?
What is the use of cut command in unix?
Is command prompt unix?
What are file commands?
What does the metacharacter mean?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Why is shebang used?
Explain ‘system calls’ with respect to unix commands?
How many unix commands are there?
Write a command that will display files in the current directory, in a colored, long format.
What do know about tee command?
Enlist some filename manipulation commands in unix.
Describe the zip/unzip command using gzip.