Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 315 Bytes

File metadata and controls

14 lines (13 loc) · 315 Bytes

eng es

Pipex

Este proyecto recrea el uso de pipex de linux:

  <infile command1 | command2 > outfile

Como usar el programa después de haber sido compilado:

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