RPDJF / 42-minishell

Un mini-shell stylé de l'école 42 pour les codeurs intrépides 💻
3 stars 0 forks source link

fixe issue #96 #101

Closed IlYAN-FISHERMAN closed 6 months ago

IlYAN-FISHERMAN commented 6 months ago

fixed :

new output :

┌─[ilkayyanar] [SHLVL 3]
└─[~/travail/repo_github/minishell-42] [0]-❥ > *
minishell: *: ambiguous redirect

┌─[ilkayyanar] [SHLVL 3]
└─[~/travail/repo_github/minishell-42] [2]-❥ < *
minishell: *: ambiguous redirect

┌─[ilkayyanar] [SHLVL 3]
└─[~/travail/repo_github/minishell-42] [2]-❥ >> *
minishell: *: ambiguous redirect

┌─[ilkayyanar] [SHLVL 3]
└─[~/travail/repo_github/minishell-42] [2]-❥ << *
> hello
> a
> tous
> *

┌─[ilkayyanar] [SHLVL 3]
└─[~/travail/repo_github/minishell-42] [0]-❥ exit