Skip to content

dgallop/42-pipex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eng es

Pipex

This poject recreates the use of pipes such as on linux:

<infile command1 | command2 > outfile

How to use the program after being compiled:

./pipex infile command1 command2 outfile
./pipex hello.txt "ls -l" "wc -l" bye.txt