blob: 5979c94d66033db3c7b87907909f6bff02d956f0 (
plain)
1
2
3
4
5
|
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.
|