A simple reproduction of Bash, implementing pipelines, redirection and expand.
-
Updated
Oct 31, 2024 - C
A simple reproduction of Bash, implementing pipelines, redirection and expand.
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."