Skip to content
/ 42-Pipex Public

This project aims to deepen your understanding of the two concepts : Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Notifications You must be signed in to change notification settings

MVPee/42-Pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📖 42-Pipex

GitHub code size in bytes Code language count GitHub top language GitHub last commit

💡 About

This project is about recreating a simple command

This project will allow you to delve into a UNIX mechanism in detail that you already know by utilizing it within your program.

🚀 Running

make
./pipex input cmd cmd output

This program reproduces the following command < input cmd | cmd > output.

About

This project aims to deepen your understanding of the two concepts : Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published