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.
-
Updated
Jul 29, 2025 - C
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.
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.
Anomaly detection system using Negative Selection Algorithms for language discrimination and Unix process intrusion detection, with optimized parameters and ROC/AUC evaluations.
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."