Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 451 Bytes

Project name : pipex

For this project, the assignment is :

You will discover in detail a UNIX mechanism that you already know by using it in your program. It aimed to better understand shell redirection and pipes, by handling them in C

Usage

In order to compile : make or make bonus

Execution : ./pipex infile "cat" "grep a" outfile
or
./pipex here_doc end "cat" "grep a" outfile