I’m stuck on Stage Redirect stdout #JV1
I have the unfortunate error of it works on my machine.
Here are my logs:
./your_program.sh
$ ls -1 /tmp/qux > /tmp/foo/bar.md
$ ls /tmp/foo/bar.md
/tmp/foo/bar.md
$ exit
$ exit 0
I had to previously create the qux and foo folder for it to work though.
I’ve uploaded the code to the repo GitHub - jvivallos/codecrafters-shell-python
Thanks in advance