pee (1) Linux Manual Page
NAME
pee – tee standard input to pipes
SYNOPSIS
-
pee[–[no-]ignore-sigpipe] [–[no-]ignore-write-errors] [["command"…]]
DESCRIPTION
pee
tee but for pipes. Each command is run and fed a copy of the standard input. The output of all commands is sent to stdout.
Note that while this is similar to tee, a copy of the input is not sent to stdout, like tee does. If that is desired, use pee cat …
OPTIONS
–ignore-sigpipe, –no-ignore-sigpipe
- Do (not) ignore SIGPIPE. Any command started by
peemight cause a SIGPIPE when it exists. If you ignore SIGPIPE, you probably also want to ignore write errors (see below). Ignoring SIGPIPE is the default behaviour.
–ignore-write-errors, –no-ignore-write-errors
- Do (not) ignore write errors. When a command started by
peeis no more accepting data via the pipe between itself andpee, a write error occurs inpee. If this error is not ignored,peeis going to terminate all child processes and exists. Ignoring write errors is the default behaviour.
SEE ALSO
AUTHOR
Miek Gieben
