{EPITECH} -- First year -- Semester 1 -- fourth PSU project
-
Updated
Mar 25, 2022 - C
{EPITECH} -- First year -- Semester 1 -- fourth PSU project
42 - This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.
A small project in school 42.
Goal of this project is to write a program, that mimic real Shell
The objective of this project is for you to create a simple shell.
Minishell is a simplified UNIX shell implemented in C. It supports basic shell functionalities like cd, export, wildcard expansion, and more.
First step of the realization of a shell. In this project, you need to make a mini-shell that reads and evaluates simple commands from the user. The reading will involve a trivial lexical and syntactical analysis of the command, and the evaluation will involve finding the corresponding binary on the machine and executing it, or to execute the co…
Add a description, image, and links to the minishell topic page so that developers can more easily learn about it.
To associate your repository with the minishell topic, visit your repo's landing page and select "manage topics."