Skip to content

pipex is a 42 school project aimed to better understand shell redirection and pipes..

Notifications You must be signed in to change notification settings

AzerSD/42_pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42pipex

pipex is a 42 school project aimed to better understand shell redirection and pipes..

This pipex program takes an input file, performs a command on it, pipes the result to another command which then writes its result to an output file. The result is virtually identical to this kind of shell command:

$ < input_file command1 | command2 > output file

About

pipex is a 42 school project aimed to better understand shell redirection and pipes..

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published