jojomo96 / minishell

This project is about creating a simple shell.
2 stars 1 forks source link

wrong exit code #100

Closed jojomo96 closed 5 months ago

jojomo96 commented 5 months ago
👋 minishell ➜ cat file_does_not_exicat file_does_not_exist && /bin/echo 2
cat: file_does_not_exist: No such file or directory
jojomo96 commented 5 months ago
bash: ./test_files/infile: No such file or directory
bash-3.2$ ./minishell 
👋 minishell ➜ echo hi | cat <"./test_files/infile"
minishell: ./test_files/infile: No such file or directory