Pipex Project is a 42 project that replicates the shell’s pipeline (|), enabling command output redirection and inter-process communication. It deepens understanding of process management and file descriptors in Unix
- Updated
Jul 31, 2025 - C
Pipex Project is a 42 project that replicates the shell’s pipeline (|), enabling command output redirection and inter-process communication. It deepens understanding of process management and file descriptors in Unix
A simple C program that replicates the UNIX pipe functionality - introduction to Inter Process Communication (IPC).
Pipex is a project that aims to create a program that simulates the behavior of the shell's pipe operator.
42 School Pipex project aimed to better understand shell redirection and pipes, by handling them in C.
Add a description, image, and links to the 42-pipex topic page so that developers can more easily learn about it.
To associate your repository with the 42-pipex topic, visit your repo's landing page and select "manage topics."