42 project #7 ✅ 115/125
Key Takeaways
- Manipulate file descriptors: open, close, duplicate, redirect, etc.
- Learn to use execve() to call an executable from a process and other functions related to process forking.
- Understand the logic of bash shell when handling multipipe commands (with different pipefail options).