Execution: git clone git@github.com:vnaslund-19/pipex.git && cd pipex && make
./pipex file1 cmd1 cmd2 file2.
It must behave exactly the same as this shell command: < file1 cmd1 | cmd2 > file2
vnaslund-19/pipex
42 project where you have to simulate the behavior of the pipe operator in a shell terminal.
C