xref: /original-bsd/usr.bin/tee/tee.1 (revision 81f6297c)
@(#)tee.1 6.1 (Berkeley) 04/29/85

TEE 1 ""
.AT 3
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.