Wednesday, January 02, 2013

UNIX Interview question



1. What is the significance of the “tee” command?
It reads the standard input and sends it to the standard output while redirecting a copy of what it has read to
the file specified by the user.