Pipexec – Handling pipe of commands like a single command

pipexec allows you to create a network of processes with connecting pipes that act like a single process. It provides advanced information on handling pipes between processes and the hidden universe of file descriptors, processes, and pipes. With pipexec, you can build complex directed graphs of processes and pipes to handle a bunch of processes as a single process, which is not typically supported during system start-up. The tool supports pid file handling and can log outputs. It can be easily installed on various Linux distributions or from the source. Created by Andreas Florath, pipexec offers a unique solution for handling processes efficiently.

https://github.com/flonatel/pipexec

To top