Manual Page Result
0
Command: tee | Section: 1 | Source: UNIX v7 | File: tee.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)