[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    tee(1) manual page Table of Contents

Name

tee - replicate the standard output

Synopsis

tee [-ai] [file...]

Availability

SUNWcsu

Description

The tee utility will copy standard input to standard output, making a copy in zero or more files. tee will not buffer its output. The options determine if the specified files are overwritten or appended to.

Options

The following options are supported.
-a
Append the output to the files rather than overwriting them.
-i
Ignore interrupts.

Operands

The following operands are supported:
file
A path name of an output file. Processing of at least 13 file operands will be supported.

Environment

See environ(5) for descriptions of the following environment variables that affect the execution of tee: LC_CTYPE , LC_MESSAGES , and NLSPATH .

Exit Status

The following exit values are returned:
  1. The standard input was successfully copied to all output files.
    >0
    The number of files that could not be opened or whose status could not be obtained.

    See Also

    cat(1) , environ(5)


    Table of Contents