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 |
Using unix command how to display no of records in oracle?
What is the command to find maximum memory taking process on the server?
What will the following command do?
What are bash commands?
What is the function of grep command in unix?
How to open a Database using Unix Command Please Do Reply
Explain command to show the space allocation of files?
How to use grep command to list find the records of a file containing 10 different strings?
what is mount ,tell me about mount ,how can u use in real time project??
What are some command words?
How do you remove a crontab file?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?