Tee
stdin
to pipes. See also:tee
. More information: https://joeyh.name/code/moreutils/.
stdin
:pee command1 command2 ...
stdin
to stdout
(like tee
):pee cat command1 command2 ...
pee --no-ignore-sigpipe --no-ignore-write-errors command1 command2 ...