Pipex is a project that aims to teach us a mechanism we already know in UNIX programming. The program must take file as first argument, then a list of different shell commands, and at last a file where we output the executed shell commands.
- Support dynamic amount of commands
- gcc
- make
Step 1. Install this repository
git clone https://github.com/naviisml/pipex
Step 2. Compile the program
make all
./pipex input_file cmd cmd1 ... cmdn output_file
Score: NaN
Date: NaN