✅ Finished.
This project is the discovery in detail and by programming of a UNIX mechanism that you already know. You will build more understanding of file descriptors, redirection, processes and pipes, all built in C. The progam should be capable of simulating a shell command.
macOS
git clone git@github.com:Rafael2sf/pipex.git pipex
make
make bonus
- Start by testing and understanding each command
- Do some tests with the original shell, and make sure all the outputs are as you expected
- Understand how the commands work together, and prepare your aproach for the project