TEE(1) — UNIX Programmer’s Manual
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.
November 02, 1983 — %W%%Q%%Y%