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

NAME

6       pee - tee standard input to pipes
7

SYNOPSIS

9       pee [--[no-]ignore-sigpipe] [--[no-]ignore-write-errors] [["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

OPTIONS

19       --ignore-sigpipe, --no-ignore-sigpipe
20           Do (not) ignore SIGPIPE. Any command started by pee might cause a
21           SIGPIPE when it exists. If you ignore SIGPIPE, you probably also
22           want to ignore write errors (see below). Ignoring SIGPIPE is the
23           default behaviour.
24
25       --ignore-write-errors, --no-ignore-write-errors
26           Do (not) ignore write errors. When a command started by pee is no
27           more accepting data via the pipe between itself and pee, a write
28           error occurs in pee. If this error is not ignored, pee is going to
29           terminate all child processes and exists. Ignoring write errors is
30           the default behaviour.
31

SEE ALSO

33       tee(1), pipe(7)
34

AUTHOR

36       Miek Gieben
37
38
39
40moreutils                         2016-12-20                            PEE(1)
Impressum