This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.
make all
./pipex file1 cmd1 cmd2 file2
- file1 and file2 are file names.
- cmd1 and cmd2 are shell commands with their parameters.
< file1 cmd1 | cmd2 > file2
< file1 cmd1 | cmd2 | cmd3 ... | cmdn > file2
cmd << LIMITER | cmd1 >> file