Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 305 Bytes

File metadata and controls

8 lines (5 loc) · 305 Bytes

pipex (42 Project)

pipex is a project from the 42 core curriculum that aims to deepen your understanding of Unix process handling, file descriptors, piping, and executing commands with execve.

The goal is to recreate a simplified shell pipeline such as:

< file1 cmd1 | cmd2 > file2