plan9port/man/man1/tee.1

29 lines
350 B
Groff
Raw Permalink Normal View History

2004-04-10 18:53:55 +00:00
.TH TEE 1
.SH NAME
tee \- pipe fitting
.SH SYNOPSIS
.B tee
[
.B -i
]
[
.B -a
]
.I files
.SH DESCRIPTION
.I Tee
transcribes the standard input to the standard
output and makes copies in the
.IR files .
The options are
.TP
.B -i
Ignore interrupts.
.TP
.B -a
Append the output to the
.I files
rather than rewriting them.
.SH SOURCE
2005-01-11 17:37:33 +00:00
.B \*9/src/cmd/tee.c