💻 This project is a custom shell implementation written in C. It provides a command-line interface for users to execute commands, manage command history, create and use aliases, and handle input/output redirection and pipelines. The shell supports various built-in commands and can execute external programs, making it a versatile tool.
shell unix pipeline aliases command-history system-programming process-management signal-handling command-line-interface wildcard-expansion inpout-output-redirection
-
Updated
Nov 10, 2024 - C