pipex In this project I'm sumilating the Unix pipe command this project should execute with $> ./pipex infile "ls -l" "wc -l" outfile it should behave like this $> < file1 cmd1 | cmd2 > file2