what does the 'tee' command do?
Answers were Sorted based on User's Feedback
Answer / linuxdemon
This command is used to read input from stdin and write to
both the file and stdout.
eg: tee -a oldfilename
type the contents
ctrl+D
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / narendra simha talluri
it will save intermediate output in a file.
it copies its input to the named file(s), as well as to its output.
it is handy for manipulating pipes.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / subbareddy kake
by using tee command we can create files.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / sowmya
tee command is used for redirecting the output to stdout
| Is This Answer Correct ? | 0 Yes | 4 No |
what is the difference between pipe(|) and tee command..
Give command that will make the file "run.sh" executable?
how to find the 51th record of a file containing 100 records in unix.
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
What is the first character of the output in ls l command?
What is the difference between pipe and xargs?
what is the significance of "su" command?
In Unix file permissions what does the second field denotes?
distinguish between user mode and kernel mode?
what do you understand by 'building block primitive'?
How to display no of records in oracle using unix command?
what are the uses of filters?