Pipex is a 42 project that replicates the functionality of the Unix pipe ("|") operator. A pipe is an intercommunication of processes.
git clone https://github.com/MerKifle/pipex.git
input_file cmd1 cmd2 output_file
The core concept of the bonus is almost the same as the mandatory part, but it can handle multiple commands.
input_file cmd1 cmd2 cmd3 ...cmdn output_file