Skip to content

MedMagnum/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell is a 1337 | 42 school project that involves reimplementing a "mini" bash terminal. In this project, I've re-implemented the following built-in functions:

'echo' (with '-n' option) 'cd' (with relative or absolute path) 'pwd' (without options) 'export' (without options) 'unset' (without options) 'env' (without options or arguments) 'exit' (without options) I've also had to reimplement the following features :

Redirections (in and out to a file) Multi commands with pipes Manage the environment variables : you can use the '$' with 'echo' or in your redirections to print environment variables. Handling signals : 'ctrl-c' and 'ctrl-d'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published