Tee: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Overview= something | tee ~/tmp/master.log")
 
Line 4: Line 4:


=Overview=
=Overview=
The tee utility copies standard input to standard output, making a copy in zero or more files.


  something | tee ~/tmp/master.log
  something | tee ~/tmp/master.log

Revision as of 02:45, 14 March 2020

Internal

Overview

The tee utility copies standard input to standard output, making a copy in zero or more files.

something | tee ~/tmp/master.log