Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 315 Bytes

File metadata and controls

executable file
·
14 lines (13 loc) · 315 Bytes

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