releasing version 0.45
[moreutils.git] / pee.docbook
blobf6a84414d20579a4a10354ec477b5a2734db9e04
1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
5 Copyright 2006 Joey Hess <joey@kitenet.net>
7 This program is free software; you can redistribute it and/or modify it
8 under the terms of the GNU General Public License as published by the
9 Free Software Foundation; either version 2 of the License, or (at your
10 option) any later version.
12 This program is distributed in the hope that it will be useful, but
13 WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
15 Public License for more details.
17 You should have received a copy of the GNU General Public License along
18 with this program; if not, write to the Free Software Foundation, Inc.,
19 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 -->
23 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
24 "file:///usr/share/xml/docbook/schema/dtd/4.4/docbookx.dtd"
25 []>
27 <refentry>
28 <refentryinfo>
29 <address>
30 <email>joey@kitenet.net</email>
31 </address>
32 <author>
33 <firstname>Joey</firstname>
34 <surname>Hess</surname>
35 </author>
36 <date>2006-03-14</date>
37 </refentryinfo>
39 <refmeta>
40 <refentrytitle>pee</refentrytitle>
41 <manvolnum>1</manvolnum>
42 </refmeta>
44 <refnamediv>
45 <refname>pee</refname>
46 <refpurpose>tee standard input to pipes</refpurpose>
47 </refnamediv>
49 <refsynopsisdiv>
50 <cmdsynopsis>
51 <command>pee</command>
52 <group choice="opt">
53 <arg rep="repeat"><replaceable>"command"</replaceable></arg>
54 </group>
55 </cmdsynopsis>
56 </refsynopsisdiv>
58 <refsect1>
59 <title>DESCRIPTION</title>
61 <para><command>pee</command> is like <command>tee</command>
62 but for pipes. Each command is run and fed a copy of the
63 standard input. The output of all commands is sent to
64 stdout.</para>
66 <para>Note that while this is similar to
67 <command>tee</command>, a copy of the input is not sent
68 to stdout, like tee does. If that is desired, use
69 <command>pee cat ...</command></para>
70 </refsect1>
72 <refsect1>
73 <title>SEE ALSO</title>
75 <para>
76 <citerefentry>
77 <refentrytitle>tee</refentrytitle><manvolnum>1</manvolnum>
78 </citerefentry>
79 </para>
81 </refsect1>
83 <refsect1>
84 <title>AUTHOR</title>
85 <para>
86 Miek Gieben
87 </para>
88 </refsect1>
89 </refentry>