slackbuilds_ponce/system/fountain/README
B. Watson 9460a2396e
system/fountain: Added (pipe stdin to multiple processes).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-17 09:03:28 +07:00

5 lines
241 B
Text

fountain (pipe standard input to multiple processes)
Fountain take a single input stream and writes (pipes) it to multiple
commands. This is similar to tee(1), except tee writes data to files;
fountain runs commands and pipes data to them.