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 happens when we execute a unix command?
What is the difference between cat command and more command?
Which command is used to copy files?
Enlist some filename manipulation commands in unix.
Describe the zip/unzip command using gzip.
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Using unix command how to display no of records in oracle?
What are file commands?
How do you repeat a command in terminal?
Why is it called grep?
How can we use grep command in unix?
What does awk stand for?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is grep in bash?
What are some command words?