what does the 'tee' command do?

Answers were Sorted based on User's Feedback



what does the 'tee' command do?..

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

what does the 'tee' command do?..

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

what does the 'tee' command do?..

Answer / subbareddy kake

by using tee command we can create files.

Is This Answer Correct ?    1 Yes 4 No

what does the 'tee' command do?..

Answer / sowmya

tee command is used for redirecting the output to stdout

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Unix Commands Interview Questions

what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


how to find the 51th record of a file containing 100 records in unix.

12 Answers   IBM,


what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......

5 Answers  


What is the first character of the output in ls l command?

1 Answers  


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


what is the significance of "su" command?

3 Answers  


In Unix file permissions what does the second field denotes?

3 Answers  


distinguish between user mode and kernel mode?

4 Answers   Infosys,


what do you understand by 'building block primitive'?

0 Answers   Infosys,


How to display no of records in oracle using unix command?

1 Answers  


what are the uses of filters?

3 Answers  


Categories