LeaYeh / minishellLinks
MiniShell is a minimalistic shell interpreter, supporting features like basic command execution, environment variable handling, command chaining, redirections, pipes, subshells, and here documents.
☆38Updated 3 months ago
Alternatives and similar repositories for minishell
Users that are interested in minishell are comparing it to the libraries listed below
Sorting:
- Minishell is a 42 school team project to create a basic shell program in C. It implements redirections and pipes, as well as environment …☆28Updated 11 months ago
- get_next_line☆42Updated 2 years ago
- Writing a simple sHell. 42_minishell