Skip to content
/ pipex Public

Pipex reproduces the behaviour of the shell pipe | command in C

Notifications You must be signed in to change notification settings

mregrag/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipex reproduces the behaviour of the shell pipe | command in C. It launches as ./pipex infile cmd1 cmd2 outfile and behaves as this line does in the shell < infile cmd1 | cmd2 > outfile .

About

Pipex reproduces the behaviour of the shell pipe | command in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published