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's a command word?

0 Answers  


In UNIX, what is the command to edit contents of the file?

9 Answers  


How do you change your account's password?

6 Answers  


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


How do you stop a running process?

7 Answers  






How many bits use for MAC address?

7 Answers   Google,


How do I search a whole word in vim?

0 Answers  


what is the use of nice command?

4 Answers  


What does the “echo” command do?

0 Answers  


What is grep in bash?

0 Answers  


Explain mount and unmount command.

0 Answers  


distinguish between user mode and kernel mode?

4 Answers   Infosys,


Categories