🐚 Own implementation of the shell. As beautiful as a shell.
-
Updated
Mar 16, 2021 - C
🐚 Own implementation of the shell. As beautiful as a shell.
This project involves creating a simple shell with Bash as a reference
minishell is a custom shell implementation that replicates core bash features, including command history, path resolution, redirections, pipes, environment variables, signal handling, and built-in commands like echo, cd, and env. It offers a comprehensive shell experience for understanding Unix-like shell internals.
Low level C Shell with built-ins included and redirections
Our own little bash. 42 Madrid cursus project.
Epitech tek1 project. Pipes and redirections on shell programming. 100% of tests passed.
Custom shell with handled pipes, redirections, and builtin-functions. The project was done in July 2021.
Reverse engineering of bash
The goal of this new project is to create a simple shell (just like a small bash), which will help you apprehended processes and file descriptors.
42 project - pipex - This project is about to learn and implement the concepts of redirections, pipes, child and parent processes.
Basic shell that handles pipes, redirections, var, history, builtins, &&, || and so on. It is inspired by TCSH.
Project about managing basic Redirection and Piping of commands
Minishell is a simple shell created as part of my 1337 (42 Network) studies. It supports basic command execution, pipes, redirections, environment variables, and built-in commands like cd, pwd, echo, and more. It also handles signals (Ctrl-C, Ctrl-D) and offers a history feature.
A bash like shell or command interpreter written in C.
Making a shell with C.
Add a description, image, and links to the redirections topic page so that developers can more easily learn about it.
To associate your repository with the redirections topic, visit your repo's landing page and select "manage topics."