Yoshiki-Iwasa / minishell

0 stars 0 forks source link

ls -l /zzz > a.txtの後、cat a.txtを実行するとGNL Failとなる #11

Closed hiroin closed 4 years ago

hiroin commented 4 years ago

事案 ls -l /zzz > a.txtの後、cat a.txtを実行するとGNL Failとなる

事案詳細 ls -l /zzz > a.txtの後、cat a.txtを実行するとGNL Failとなる

再現手順 [minishell]

minishell$ ls -l /zzz > a.txt
ls: cannot access '/zzz': No such file or directory
minishell$ cat a.txt
minishell$ GNL Fail
hiroin commented 4 years ago

https://github.com/Yoshiki-Iwasa/minishell/issues/10 と同案件なのでcloseします。