shithub: riscv

ref: 2e8a4a690e1c5a2cf515432e73cd24ab2a9446a7
dir: /sys/man/1/tee/

View raw version
.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 /sys/src/cmd/tee.c