tee(1) v7 man page | unix.com

Man Page: tee

Operating Environment: v7

Section: 1

TEE(1)							      General Commands Manual							    TEE(1)

NAME
tee - pipe fitting
SYNOPSIS
tee [ -i ] [ -a ] [ file ] ...
DESCRIPTION
Tee transcribes the standard input to the standard output and makes copies in the files. Option -i ignores interrupts; option -a causes the output to be appended to the files rather than overwriting them. TEE(1)
Related Man Pages
tee(1) - opensolaris
tee(1) - hpux
tee(1posix) - posix
tee(1) - suse
tee(1) - php
Similar Topics in the Unix Linux Community
how to print script output to screen and file
Command display output on console and simultaneously save the command and its output
cat, grep and tee to a local file
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.