Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Using unix command how to display no of records in oracle?

0 Answers  


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

0 Answers  


What will the following command do?

0 Answers  


What are bash commands?

0 Answers  


What is the function of grep command in unix?

0 Answers  


How to open a Database using Unix Command Please Do Reply

9 Answers   Cognizant, CTS,


Explain command to show the space allocation of files?

0 Answers  


How to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


what is mount ,tell me about mount ,how can u use in real time project??

12 Answers   Symphony,


What are some command words?

0 Answers  


How do you remove a crontab file?

6 Answers  


Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?

5 Answers  


Categories