Skip to content
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.

Resources

Clone this wiki locally