Skip to content

SlayHorizon/pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipex

Exercice project to learn C.
The exercice is to imitate in C the use of pipe as the next shell command:
< file1 cmd1 | cmd2 > file2

Program arguments format:
./pipex infile cmd1 cmd2 outfile

Example:
< infile grep Hello | wc -l > outfile == ./pipex infile "grep Hello" "wc -l" outfile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published