faboussard / 42_minishell

1 stars 0 forks source link

implement builtins when one of us is available #4

Closed faboussard closed 5 months ago

faboussard commented 6 months ago

Your shell must implement the following builtins: ◦ echo with option -n ◦ cd with only a relative or absolute path ◦ pwd with no options ◦ export with no options ◦ unset with no options (setenv PATH /bin put back the env) ◦ env with no options or arguments ◦ exit with no options

faboussard commented 6 months ago

retirer la variable denvironnement speciale ? de export et env ( elle est contenue a la fin de la hashmap des variables denvirommenet)