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 do chown command do?
what are the different hardwares available?
why unix commands can be divided into internal and external commands?
How does shebang work?
what is exact definition of operating system?
Which command is used to copy files?
what is the difference between pipe(|) and tee command..
What does the “echo” command do?
distinguish between user mode and kernel mode?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
what is mount ,tell me about mount ,how can u use in real time project??
In vi editor how do you execute unix commands?