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 is grep r?
What does this command do? Cat food 1 > kitty
Why is awk called awk?
How does the system know where one command ends and another begins?
What is a command and examples?
What are some command words?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What difference between cmp and diff commands?
What is the first character of the output in ls l command?
Write a command to display a file’s contents in various formats?
how to sort the content of the file based on numeric values
Explain command to display different lines that are found when compare two files?
What is the difference between awk and grep?
How do I use grep to find a file?
What will the following command do?