mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
28 lines
350 B
Groff
28 lines
350 B
Groff
.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
|
|
.B \*9/src/cmd/tee.c
|