1pee(1) 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.
17
SEE ALSO
19tee(1)
2021
22
23
2006-03-14 pee(1)