MaherAzzouzi / minishell

Minishell 42 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project minishell by Mriskyin.
What we should implement:
- single quote '
- double quotes "
- < should redirect input
- > should redirect output
- << delimiter input (heredoc)
- >> append to file
- | pipes
- $ environment variables
- $? exit value.
- CTRL-C CTRL-D CTRL-<br /> - builtins (echo - cd - pwd - export - unset - env - exit)

for the bonus part:
- || OR
- && AND
- () PARANTHESIS
- * WILDCARD

Screenshot from 2022-09-01 15-03-58

About

Minishell 42 project.


Languages

Language:C 97.8%Language:Makefile 2.2%