xref: /inferno-os/man/1/tee (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
TEE 1
NAME
tee - pipe fitting
SYNOPSIS
tee [ -a ] [ file ... ]
DESCRIPTION
Tee reads the standard input and writes a copy of each block read to each file in turn, and then to the standard output. Normally tee rewrites each file ; the -a option causes data to be appended instead.
SOURCE
/appl/cmd/tee.b
SEE ALSO
cat (1), tail (1)