Creating your own shell
-
Updated
Jul 28, 2023 - C
Creating your own shell
Small implementation of a shell replicating bash, truly hell
MINITESTER, a minishell tester written in bash.
Rewrite of a simplified UNIX shell – 42 Project with bonus
Minishell project at 42 school
42 project minishell , a basic implementation of bash
This project is about creating a simple shell.
This project aims to create a basic command-line shell. The shell processes user inputs to execute commands, handle file redirection, and perform pipe operations. Minishell serves as an excellent tool for understanding how a shell works by implementing fundamental shell functionalities.
The eighth project of 42's curriculum gives the students a very "simple" task: to create our very own little shell based on bash.
A replication of a bash shell coded in C
This project aims to replicate basic functionalities of a Unix shell, such as command execution, I/O redirection, piping, and handling of environment variables.
Programming experience, Italy
minishell: 42's mid-course project, second biggest project in it's common core, aimed to create our own "mini" shell, handling its behaviour similarly to how bash works
A simple Unix shell implementation in C, replicating Bash in --posix mode, with support for basic built-in commands and process management
A recreation of bash in C, a project for 42 Vienna
Add a description, image, and links to the minishell-42 topic page so that developers can more easily learn about it.
To associate your repository with the minishell-42 topic, visit your repo's landing page and select "manage topics."