Estecka / 42-minishell

My take on 42's Minishell project
0 stars 0 forks source link

cd igyt\ #3

Closed hherin closed 4 years ago

hherin commented 4 years ago

ce caractere d'echappement n'est pas traite dans le minishell

Retour bash BASH-3.2$ cd igyt\

Retour minishell

cd igyt\ bash: cd: igyt\: No such file or directory

Estecka commented 4 years ago

Aucun caractère d'échappement n'est géré en général. Voir https://github.com/Estecka/42-minishell/issues/1