Hey!! this is my version of the project pipex from school 42.
you first need to download this repo :
gcl https://github.com/samaelM/pipex
create the executable with :
make
execute like this :
./pipex [infile] [cmd1] [cmd2] [outfile]
this should recreate the function of bash pipe | more exactly it recreates this setup
< infile ls -l | wc -l > outfile
if encounter any bugs please contact me at: [email protected]