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 awk and grep?

0 Answers  


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

0 Answers  


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

9 Answers  


what is kernel?

6 Answers  


What are grep patterns?

0 Answers  






what does the 'tee' command do?

4 Answers  


What is the protocol for PING command?

1 Answers   IBM,


What is the use of pipes?

4 Answers  


Write a command that will display files in the current directory, in a colored, long format.

0 Answers  


in UNIX,what is the command to remove directory with files?

10 Answers  


how unix kernel distinguishes between a normal file and device file ?

7 Answers   Google, IBM, McAfee, Vodafone,


What is the syntax of grep command and what is its use?

6 Answers  


Categories