Skip to content

LindsayWray/Pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Reproduce the shell's pipe and redirections (<, >, << and >>).

Example:

./pipex infile "grep a1" "wc -w" outfile

Should behave like:

< infile grep a1 | wc -w > outfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published