1PEE(1) moreutils PEE(1)
23
4
NAME
6pee - tee standard input to pipes
7
SYNOPSIS
9pee [["command"]]
10
DESCRIPTION
12pee is like tee but for pipes. Each command is run and fed a copy of
13the standard input. The output of all commands is sent to stdout.
1415
Note that while this is similar to tee, a copy of the input is not sent
16to stdout, like tee does. If that is desired, use pee cat ...
17
SEE ALSO
19tee(1)
20
AUTHOR
22Miek Gieben
2324
25
26
moreutils 2006-03-14 PEE(1)