1.

tee is an internal command.(a) True(b) FalseThe question was posed to me in an internship interview.The above asked question is from Redirection and Pipes topic in section The Shell of Unix

Answer»

The correct answer is (b) False

For explanation: tee is an EXTERNAL command and 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.



Discussion

No Comment Found

Related InterviewSolutions