This project is about recreating a simple command
This project will allow you to delve into a UNIX mechanism in detail that you already know by utilizing it within your program.
make
./pipex input cmd cmd output
This program reproduces the following command < input cmd | cmd > output
.