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...


Through which command will redirect output to bOth screen
and files at the same time?

Answers were Sorted based on User's Feedback



Through which command will redirect output to bOth screen and files at the same time?..

Answer / swapna

Through "tee" command we can redirect output to bOth screen
and files at the same time.

Is This Answer Correct ?    10 Yes 0 No

Through which command will redirect output to bOth screen and files at the same time?..

Answer / richa

Using 'tee' command.

Is This Answer Correct ?    5 Yes 0 No

Through which command will redirect output to bOth screen and files at the same time?..

Answer / amit kumar

Using 'tee' command we can see the output on the screen and
at the same time and redirect the output to files.it always
shows two outputs.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

0 Answers  


What command is used to replace the existing string with some other?

8 Answers   TCS,


which command is used to identify the type of the file?

3 Answers  


What is grep short for?

0 Answers  


Which command is used to restrict incoming messages?

0 Answers  


How do I search a whole word in vim?

0 Answers  


Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,


What command is used to check the current users?

0 Answers  


what are the different commands used to view the contents of a file?

5 Answers  


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

0 Answers  


what is the use of "grep" command?

6 Answers   HCL,


What is the unix command to confirm a remote host is alive or not?

0 Answers  


Categories