Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mvpee/42-pipex
- Owner: MVPee
- Created: 2023-12-11T15:35:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-08T15:57:05.000Z (9 months ago)
- Last Synced: 2024-04-08T19:10:14.634Z (9 months ago)
- Topics: 19, 42, born2code, c, pipex, school
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ 42-Pipex
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`.