opnsense-ports/sysutils/moreutils/files/pee.1
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

51 lines
1.6 KiB
Groff

'\" t
.\" Title: pee
.\" Author: Joey Hess
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 2006-03-14
.\" Manual: moreutils
.\" Source: moreutils
.\" Language: English
.\"
.TH "PEE" "1" "2006\-03\-14" "moreutils" "moreutils"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.\" -----------------------------------------------------------------
.\" * MAIN CONTENT STARTS HERE *
.\" -----------------------------------------------------------------
.SH "NAME"
pee \- tee standard input to pipes
.SH "SYNOPSIS"
.HP \w'\fBpee\fR\ 'u
\fBpee\fR [[\fI"command"\fR...]]
.SH "DESCRIPTION"
.PP
\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"
.PP
\fBtee\fR(1)
.SH "AUTHOR"
.PP
Miek Gieben