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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Toowan0x1/pipex
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published