pipex This project sole purpose is to give a better understanding of UNIX mechanisms. Compile and execute example: make exe Shell command: $> < file1 command1 | command2 > file2 Is equivalent to: $> ./pipex file1 command1 command2 file2