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

How to identify whether a file is normal file or directory?

3 Answers  


What is grep command in unix with examples?

0 Answers  


How do I use grep to find a file?

0 Answers  


What is unix command line?

0 Answers  


Which command can you use to find the currently running process in unix server?

0 Answers  






What is “chmod” command?

0 Answers  


what is the default permission for /etc/shadow file in UNIX

2 Answers   Wipro,


What is the command to find maximum memory taking process on the server?

0 Answers  


Which command is used to copy files?

0 Answers  


What is the protocol for PING command?

1 Answers   IBM,


Describe the zip/unzip command using gzip.

0 Answers  


hw will u use awk in replacing cahrs and files

0 Answers  


Categories