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 know about tee command and its usage?
Differentiate cat command from more command.
What is $0 bash?
What is the search command in unix?
Which command is used to create a directory?
How do I search for text in vi?
What does the command '$ls | wc –l > file1' do?
What command will change your prompt to myprompt?
What does awk stand for?
What is command statement?
How do I run a bash script?
What is grep short for?
What happens when we execute a unix command?
What is difference between grep and find command in unix?
Who command in unix?