Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-522e

A tutorial by Zihan on the pipex project
https://csnotes.medium.com/pipex-tutorial-42-project-4469f5dd5901

Mia 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