habvi / 42_minishell

Re-implemented a simple shell.
4 stars 0 forks source link

fix) redirect out with an error #324

Closed habvi closed 1 year ago

habvi commented 1 year ago

out1, out2 は作られるはずなのに作られない

minishell export A
minishell echo a >$A
minishell: $A: ambiguous redirect
minishell >out1 echo a >out2 >$A >out3 >out4
minishell: $A: ambiguous redirect
minishell ls | grep out
minishell