Handling pipe of commands like a single command. pipexec allows you to build a network of processes and connecting pipes, and have them act like a single process.
Handling pipe of commands like a single command. pipexec allows you to build a network of processes and connecting pipes, and have them act like a single process.
To install pipexec, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pipexec
To see what files were installed by pipexec, run:
port contents pipexec
To later upgrade pipexec, run:
sudo port selfupdate && sudo port upgrade pipexec
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.