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
What do chown command do?
What does the metacharacter mean?
How do I open a port?
How to display no of records in oracle using unix command?
Explain command to show the space allocation of files?
How do I delete files from command prompt?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I search for a file in unix command?
how to sort the content of the file based on numeric values
What are reported commands?
What is the command to view process running?
What is .sh file?
What does this command do? Cat food 1 > kitty
Name the various commands that are used for the user information in unix.
What is the first character of the output in ls l command?