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 an Environment Variable?
what are the differences between CUI and GUI interfaces?
52 Answers College School Exams Tests, HCL, HP, IBM, IBMR, NIIT, Talco, Wipro,
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
What is "type" command in unix?what is the functionality??
Why we are using UNIX OS when we are doing the testing in our application?
How do you grep a case insensitive?
what is the default permission for /etc/shadow file in UNIX
What does the command ' $who | sort –logfile > newfile' do?
What is .sh file?
distinguish between interrupts and exceptions?
What is grep r?
What does 'mkdir' command do in UNIX?