ports/sysutils/moreutils/files/pee.1
Martin Wilke 50225937f8 - Update to 0.44
PR:		155685
Submitted by:	Charlie Kester <corky1951@comcast.net> (maintainer)
2011-03-27 10:12:46 +00:00

35 lines
717 B
Groff

.\" -*- coding: us-ascii -*-
.if \n(.g .ds T< \\FC
.if \n(.g .ds T> \\F[\n[.fam]]
.de URL
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH pee 1 2006-03-14 "" ""
.SH NAME
pee \- tee standard input to pipes
.SH SYNOPSIS
'nh
.fi
.ad l
\fBpee\fR \kx
.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
'in \n(.iu+\nxu
[\fI"command"\fR\&...]
'in \n(.iu-\nxu
.ad b
'hy
.SH DESCRIPTION
\fBpee\fR is like \fBtee\fR
but for pipes. Each command is run and fed a copy of the
standard input. The output of all commands is sent to
stdout.
.PP
Note that while this is similar to
\fBtee\fR, a copy of the input is not sent
to stdout, like tee does. If that is desired, use
\fBpee cat ...\fR
.SH "SEE ALSO"
\fBtee\fR(1)
.SH AUTHOR
Miek Gieben