Skip to content

pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.

Notifications You must be signed in to change notification settings

miketaonjo/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name : pipex

For this project, the assignment is :

You will discover in detail a UNIX mechanism that you already know by using it in your program. It aimed to better understand shell redirection and pipes, by handling them in C

Usage

In order to compile : make or make bonus

Execution : ./pipex infile "cat" "grep a" outfile
or
./pipex here_doc end "cat" "grep a" outfile

About

pipex is a 42 school project aimed to better understand shell redirection and pipes, by handling them in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published