Skip to content

This project recreates UNIX's pipe behaviour.

Notifications You must be signed in to change notification settings

vinifm/42_pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is about handling pipes. The program is executed as followed: ./pipex infile cmd1 cmd2 outfile

It behaves exactly the same as the shell command below: < infile cmd1 | cmd2 > outfile

About

This project recreates UNIX's pipe behaviour.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published