issues
search
taandreo
/
minishell
Minihell from 42. Everything is gonna be fine.
2
stars
1
forks
source link
Bultin commands
#2
Open
taandreo
opened
1 year ago
taandreo
commented
1 year ago
Builtin Commands
[ ] echo with -n option
[ ] cd (with path)
[ ] pwd (no options and no arguments)
[ ] export (with arguments and no options)
[ ] unset (with arguments and no options)
[ ] env (just list variables)
[ ] exit (with arguments and no options)
Builtin Commands