Tee
Jump to navigation
Jump to search
Internal
Overview
The tee utility copies standard input to standard output, making a copy in zero or more files.
something | tee ~/tmp/master.log
The tee utility copies standard input to standard output, making a copy in zero or more files.
something | tee ~/tmp/master.log