322e65b5b9
- Fix shebang - Simplify Makefile - Add maintainer section Changes: http://joeyh.name/code/moreutils/news/version_0.51/
51 lines
1.6 KiB
Groff
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
|