-
Notifications
You must be signed in to change notification settings - Fork 0
Home
May edited this page Apr 25, 2024
·
11 revisions
Welcome to the 42-pipex wiki!
Pipex is a 42 school project.
In this wiki I've gathered all the information I saw useful for the project.
Pipes are for communication among processes. Let's learn about processes and pipes.
- Create processes
- Wait for processes
- Create pipes
- Execute programs inside my program
- Redirect standard input and output
After this, we will be able to implement a C program that simulates a shell pipe, as the project asks.
- Youtube playlist Unix Processes in C by CodeVault
- https://www.gnu.org/software/libc/manual/html_node/Pipes-and-FIFOs.html
- https://www.gnu.org/software/libc/manual/html_node/Processes.html
- https://www.geeksforgeeks.org/c-program-demonstrate-fork-and-pipe/
- https://stackoverflow.com/questions/2605130/redirecting-exec-output-to-a-buffer-or-file