xref: /plan9/sys/man/1/tee (revision 59cc4ca53493a3c6d2349fe2b7f7c40f7dce7294)
TEE 1
NAME
tee - pipe fitting
SYNOPSIS
tee [ -i ] [ -a ] files
DESCRIPTION
Tee transcribes the standard input to the standard output and makes copies in the files . The options are

-i Ignore interrupts.

-a Append the output to the files rather than rewriting them.

SOURCE
/sys/src/cmd/tee.c