This project is built to simulate the | (pipe) on the bash CLI.
First thing you need need to do is compile using the following command:
make
After the compilation, you should have the binary pipex, now you can run bash commands, for example:
./pipex infile "ls" "wc -l" outfile
now you can see the outfile from the commands on the outfile:
cat outfile