ultrix man page for tee

Query: tee

OS: ultrix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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) - opensolaris
tee(1) - linux
tee(2) - linux
tee(2) - suse
tee(1) - osf1
Similar Topics in the Unix Linux Community
cat, grep and tee to a local file
tee vs output redirection confusion
Named pipe hanging?
Changes to write output to logfile and console
Need output of script on screen and file with correct return status of the called script.