What is the difference between pipe (|) and tee command in unix
Answer Posted / madhusudhan
pipe: pipe is used to redirect the output to the input of an
another command.
to see oracle processes.
ps -ef | grep SIDNAME
Here grep will find the sidname and the output of grep will be used as input to display processes.
tee : using tee we can send the output to
a new file at the same time we can see the output on the
screen
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Differentiate cat command from more command.
Explain mount and unmount command.
Explain command to view process running?
Who invented grep?
How does the system know where one command ends and another begins?
How many unix commands are there?
How to find $ai_serual resolved path by using unix
What is awk good for?
Explain command to display different lines that are found when compare two files?
hw will u use awk in replacing cahrs and files
Who command in unix operating system?
Can you explain a little bit about command substitution?
How do you grep recursively?
Which command should you use to find the remaining disk space in unix server?
What is the first character of the output in ls l command?