Monday, 11 November 2013

What is the use of the tee command? | UNIX Interview Questions

The tee command does two things: one is to get data from the standard input and send it to standard output; the second is that it redirects a copy of that input data into a file that was specified.

No comments: