Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markjso/pipex
Pipex is a project that re-creates in C the way two commands are piped together via | in the shell
https://github.com/markjso/pipex
Last synced: 1 day ago
JSON representation
Pipex is a project that re-creates in C the way two commands are piped together via | in the shell
- Host: GitHub
- URL: https://github.com/markjso/pipex
- Owner: markjso
- Created: 2022-08-02T08:39:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T02:54:08.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T03:14:18.683Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
A really good article about what actually happens when you enter a shell command.
https://dev.to/hamicch/what-happens-when-you-type-ls-l-c-in-the-shell-522eA tutorial by Zihan on the pipex project
https://csnotes.medium.com/pipex-tutorial-42-project-4469f5dd5901Mia Combeau is a student at 42 Paris. Her walkthrough covers all the new system calls in pipex.
https://www.codequoi.com/en/pipex-reproducing-the-pipe-operator-in-c/Some excellent videos on how to replicate the pipe functiion in C
https://www.youtube.com/playlist?list=PLfqABt5AS4FkW5mOn2Tn9ZZLLDwA3kZUY