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 Touch & cat command
what is the cmd to display the last exit status in UNIX?
How to know a process is a zombie or orphan process?
What is rmdir command?
Through which command will redirect output to bOth screen and files at the same time?
Is grep faster than awk?
How do you find which version and name of unix you are using at the command prompt?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
What is the different between UNIX command and UNIX shell script?
How to setup Disk space as well as memory in solaris10?
Which command is used to copy files?
Write a command to find all of the files which have been accessed within the last 30 days.