Skip to content

JeremyBosquet/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipex

42 Project - Make UNIX pipe in C

This project is an introduction to a well known mechanism of the UNIX system called pipes

Compiling

Run make

Running

./pipex <infile> <cmd 1> <cmd 2> <outfile>

Exemple

➜  pipex ✗ ./pipex infile "ls -l" "wc -l" outfile
➜  pipex ✗ cat outfile
       9

About

42 Project - Make UNIX pipe in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages