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

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

💥 Pipex

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

💡 About the project

This project is about recreating a simple command
< input "cmd" | "cmd" > output

You need to verify the input and output file and return the correct error code!


💡 Some usefull test

You can't open in (return normally one) but I create after out so return 0.

image

You can open in (return normally zero) but I can't open out so return 1.

image

You need to continu if you can't open out

image

You need to stop if you can't open in (chmod 777 out here)

image

Don't copy, but learn.

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