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
What is a command and examples?
Why is it called grep?
What is the unix command to confirm a remote host is alive or not?
What do chmod command do?
What is the use of find command in unix?
What are the commands in UNIX to list the files in a Directory?
What are the unix commands?
What is the use of the command 'ls -x chapter[1-5]' ?
What are the differences among a system call, a library function, and a unix command?
What is grep short for?
What does pipe () return?
How do I search for text in vi?
What is the use of egrep command in unix?
How do you grep a case insensitive?
How do I find previous commands in unix?