1.

Which of the following is not true about tee command?(a) it is a feature of the shell(b) it is an external command(c) tee command duplicates its input(d) tee is an internal commandI got this question during an interview.The doubt is from Redirection and Pipes in section The Shell of Unix

Answer»

The correct choice is (a) it is a feature of the SHELL

Explanation: TEE command is not a feature of the shell. tee command HANDLES a character stream by DUPLICATING its input. It saves one copy in a file and writes the other to standard output. It is an external command.



Discussion

No Comment Found

Related InterviewSolutions