/Pipex

A simple program that implements UNIX pipes and redirections

Primary LanguageC

Pipex

Description
A simple program that implements UNIX pipes and redirections

Usage
./pipex file1 cmd1 cmd2 file2 , which is equivalent to the following command: < file1 cmd1 | cmd2 > file2

Why
This project was realised as a Rush(a very limited time school assignment for 42, a French IT University) by ochase and atodorov