Pipex A small implementation of Pipe Shell Command in C Objective: To recreate the behaviour of the following pipe shell command $> < file1 cmd1 | cmd2 > file2 Usage: ./pipex file1 cmd1 cmd2 file2