InterviewSolution
Saved Bookmarks
| 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 |
|