What should the output of ``` echo "hi" | cat < 'contents_are_hello.txt' ``` In bash the output is `hello`, in zsh the output is ``` hi hello ```
What should the output of
In bash the output is
hello, in zsh the output is