Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mvpee/42-pipex

This project aims to deepen your understanding of the two concepts : Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
https://github.com/mvpee/42-pipex

19 42 born2code c pipex school

Last synced: 29 days ago
JSON representation

This project aims to deepen your understanding of the two concepts : Redirections and Pipes. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

Awesome Lists containing this project

README

        


๐Ÿ“– 42-Pipex


GitHub code size in bytes
Code language count
GitHub top language
GitHub last commit


About
ยท
Running

# ๐Ÿ’ก About
> _This project is about recreating a simple command_

This project will allow you to delve into a UNIX mechanism in detail that you already know by utilizing it within your program.

## ๐Ÿš€ Running

```bash
make
./pipex input cmd cmd output
```
This program reproduces the following command `< input cmd | cmd > output`.