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 nmap command?
What is the use of sed command in unix?
the difference between a soft link and a hard link?
What command will bring user back to their home directory in UNIX?
which command is used to change group?
How do you find out all processes that are currently running in UNIX OS?
What are the commands in UNIX to list the files in a Directory?
By using which command we can find the CPU utilization time?
What does grep v grep do?
Enumerate some of the most commonly used network commands in unix?
Give command that will make the file "run.sh" executable?
Which mode is used for allowing file write,read and append mode?