https://github.com/panda2742/42-pipex
My personal pipex for Milestone 2. Remake of the pipe operator's behavior in shell. Exemple: `./pipex infile cmd cmd outfile` imitates `< infile cmd | cmd > outfile`.
https://github.com/panda2742/42-pipex
42cursus pipex
Last synced: about 2 months ago
JSON representation
My personal pipex for Milestone 2. Remake of the pipe operator's behavior in shell. Exemple: `./pipex infile cmd cmd outfile` imitates `< infile cmd | cmd > outfile`.
- Host: GitHub
- URL: https://github.com/panda2742/42-pipex
- Owner: panda2742
- Created: 2025-01-18T13:57:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T15:40:20.000Z (over 1 year ago)
- Last Synced: 2025-03-03T16:39:07.207Z (over 1 year ago)
- Topics: 42cursus, pipex
- Language: C
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pipex
Remake of the pipe operator's behavior in shell. Exemple: ./pipex infile cmd cmd outfile imitates < infile cmd | cmd > outfile.
| Project | pipex |
|:--------|---------------------------:|
| Locked | 2025-02-25 14:36 CET:+0100 |
| Closed | 2025-02-25 16:28 CET:+0100 |
| Grade | 100% |
| Retries | 1 |