This is a project to reproduce the shell behavior of redirecting STDIN and STDOUT to files and emulating pipes.
To execute the mandatory part, execute command make and type the command listed below. The arguments will be processed as same as < infile cmd1 | cmd2 > outfile on the shell.
./pipex infile cmd1 cmd2 outfile