sbase/tee.1
FRIGN 0489895bb5 Add mandoc-manpage for tee(1)
and mark it as done in the README,
as the -i-flag has been added previously.
2015-01-23 22:02:45 +01:00

30 lines
421 B
Groff

.Dd January 23, 2015
.Dt TEE 1 sbase\-VERSION
.Sh NAME
.Nm tee
.Nd duplicate stdin
.Sh SYNOPSIS
.Nm tee
.Op Fl ai
.Op Ar file ...
.Sh DESCRIPTION
.Nm
writes from stdin to stdout and each
.Ar file .
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl a
Append to each
.Ar file
instead of overwriting it.
.It Fl i
Ignore SIGINT, see
.Xr signal 7 .
.El
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.