Closed jojomo96 closed 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
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