I'm trying to figure out why my cat command refuses to acknowledge the file I provide.
I know that cat ignores filenames when they are absent or a - is provided, but I am not doing either of those things. The command used to work, but now it won't.
I am using a WSL Ubuntu subsystem on Windows 10. I have a simple text file called hello.txt. I am testing with the command cat hello.txt. I am in the proper directory as well. However, cat hangs and waits for me to type something into the terminal, which it then outputs.
If I run type -a cat I get this output
cat is /home/awallace110/.cargo/bin/cat
cat is /usr/bin/cat
cat is /bin/cat
What is going on?