Skip to content
/ Pipex Public

Recreating the shell pipe ( | ) command in C.

Notifications You must be signed in to change notification settings

aegraetz/Pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Pipex 🚰

Recreating the shell pipe ( | ) command in C.
Achieves the same as: < file1 cmd1 | cmd2 > file2
Using: ./pipex file1 cmd1 cmd2 file2

Results 🖋️

Success with 100%

About

Recreating the shell pipe ( | ) command in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published