pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
-
Updated
Nov 2, 2022 - C
pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.
Pipex is a project that re-creates in C the way two commands are piped together via | in the shell
42's program that reproduces the behaviour of the shell pipe ("|"). The aim of the project is to deepen the understanding of unix processes in C
Replicating the Unix pipe functionality, enabling seamless data transfer between processes
Recreating the shell pipe ( | ) command in C.
Recreate the behavior of the | (pipe) in the Linux shell
Pipex is a project that re-creates in C the way two commands are piped together via | in the shell
The Pipex project is about creating a Unix pipe and redirection system in C
Discover in detail a UNIX mechanism: Pipes.
A project about inter-process communication using pipes, recreating shell pipelines. Topics
Project 42 School Porto
Add a description, image, and links to the pipex42 topic page so that developers can more easily learn about it.
To associate your repository with the pipex42 topic, visit your repo's landing page and select "manage topics."