Pipex est un projet qui consiste à reproduire le comportement des pipes. Il nous fait donc utiliser pour la première fois les forks, les pipes et les redirections de fd en C.
Le programme peut être compilé avec le Makefile:
makeEt le binaire peut être appelé comme ceci:
./pipex file1 cmd1 cmd2 file2Pipex is a project that consists of reproducing the behavior of pipes. It thus makes us use forks, pipes, and fd redirections in C for the first time.
The program can be compiled using the Makefile:
makeAnd the binary can be run like this:
./pipex file1 cmd1 cmd2 file2