Skip to content

Create a program to pipe two (or more for bonus) UNIX commands. Basically to pass the first command’s output to the second command and display its output. using linux system calls like fork(), pipe() and so on.

Notifications You must be signed in to change notification settings

Toowan0x1/pipex

Repository files navigation

Pipex

The "Pipex 42 project" is a programming project focused on implementing multiple pipes using C system calls within the Linux operating system environment. This project is designed to be completed using the C programming language and involves creating a program that can efficiently manage and utilize pipelines for data processing.

About

Create a program to pipe two (or more for bonus) UNIX commands. Basically to pass the first command’s output to the second command and display its output. using linux system calls like fork(), pipe() and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published