1PEE(1)                             moreutils                            PEE(1)
2
3
4

NAME

6       pee - tee standard input to pipes
7

SYNOPSIS

9       pee [["command"]]
10

DESCRIPTION

12       pee is like tee but for pipes. Each command is run and fed a copy of
13       the standard input. The output of all commands is sent to stdout.
14
15       Note that while this is similar to tee, a copy of the input is not sent
16       to stdout, like tee does. If that is desired, use pee cat ...
17

SEE ALSO

19       tee(1)
20

AUTHOR

22       Miek Gieben
23
24
25
26moreutils                         2006-03-14                            PEE(1)
Impressum