releasing package moreutils version 0.60
[moreutils.git] / pee.docbook
blobf554ad05e29361c56ececa40f00a402559f4be9e
1 <?xml version="1.0" encoding="utf-8"?>
3 <!--
5 Copyright 2006 Joey Hess <id@joeyh.name>
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 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
25 []>
27 <refentry>
28 <refentryinfo>
29 <address>
30 <email>id@joeyh.name</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 <refmiscinfo class="manual">moreutils</refmiscinfo>
43 <refmiscinfo class="source">moreutils</refmiscinfo>
44 </refmeta>
46 <refnamediv>
47 <refname>pee</refname>
48 <refpurpose>tee standard input to pipes</refpurpose>
49 </refnamediv>
51 <refsynopsisdiv>
52 <cmdsynopsis>
53 <command>pee</command>
54 <group choice="opt">
55 <arg rep="repeat"><replaceable>"command"</replaceable></arg>
56 </group>
57 </cmdsynopsis>
58 </refsynopsisdiv>
60 <refsect1>
61 <title>DESCRIPTION</title>
63 <para><command>pee</command> is like <command>tee</command>
64 but for pipes. Each command is run and fed a copy of the
65 standard input. The output of all commands is sent to
66 stdout.</para>
68 <para>Note that while this is similar to
69 <command>tee</command>, a copy of the input is not sent
70 to stdout, like tee does. If that is desired, use
71 <command>pee cat ...</command></para>
72 </refsect1>
74 <refsect1>
75 <title>SEE ALSO</title>
77 <para>
78 <citerefentry>
79 <refentrytitle>tee</refentrytitle><manvolnum>1</manvolnum>
80 </citerefentry>
81 </para>
83 </refsect1>
85 <refsect1>
86 <title>AUTHOR</title>
87 <para>
88 Miek Gieben
89 </para>
90 </refsect1>
91 </refentry>