tee(1) ultrix man page | unix.com

Man Page: tee

Operating Environment: ultrix

Section: 1

tee(1)							      General Commands Manual							    tee(1)

Name
       tee - pipe output to terminal and file

Syntax
       tee [-i] [-a] [file...]

Description
       The command transcribes the standard input to the standard output and makes copies in the files.

Options
       -a   Appends input to existing files.

       -i   Ignores interrupts.

																	    tee(1)
Related Man Pages
tee(1) - centos
tee(1) - hpux
tee(1) - suse
tee(1) - osf1
tee(1) - xfree86
Similar Topics in the Unix Linux Community
how to print script output to screen and file
How to display and count
Redirect stdin stdout to multiple files
How to use correctly Spreadsheet::WriteExcel to convert xml to xls
Need output of script on screen and file with correct return status of the called script.