Skip to content
/ pipex Public
generated from naviisml/c-boilerplate

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.

License

Notifications You must be signed in to change notification settings

naviisml/pipex

Repository files navigation

pipex

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.

Features

  • Support dynamic amount of commands

Requirements

  • gcc
  • make

Installation

Step 1. Install this repository

git clone https://github.com/naviisml/pipex

Step 2. Compile the program

make all

Usage

./pipex input_file cmd cmd1 ... cmdn output_file

Results

Score: NaN

Date: NaN

Made with tons of ☕ and ❤️ by Navi

About

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.

Topics

Resources

License

Stars

Watchers

Forks