A simple reproduction of Bash, implementing pipelines, redirection and expand.
-
Updated
Feb 17, 2025 - C
A simple reproduction of Bash, implementing pipelines, redirection and expand.
Develop a basic Bash shell in C with features like command parsing, built-in functions, and support for piping and redirection, while learning shell operations, process management, and system calls.
Pipex is a Unix command pipeline simulation project. It executes commands in sequence, redirecting output as input, and saving the final output to a file. Developed for School 42, Pipex offers insights into Unix processes and command execution.
Add a description, image, and links to the unix-processes topic page so that developers can more easily learn about it.
To associate your repository with the unix-processes topic, visit your repo's landing page and select "manage topics."