Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 245 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 245 Bytes

pipex

This project sole purpose is to give a better understanding of UNIX mechanisms.

Compile and execute example: make exe

Shell command: $> < file1 command1 | command2 > file2

Is equivalent to: $> ./pipex file1 command1 command2 file2