I'm about to rip my hair out I'm so frustrated. I just flashed back to a fresh Raspberrian, and updated. I've created the classic "hello world" script in /usr/local/bin, called "test". When I check my path with "echo $PATH", that directory is in my path. "pwd" shows that I'm in that directory. I used the nano editor to create the script, and chmod'd it to be executable. If I type "./test", it works properly. If I type "test", it does nothing. No error message, just another command line prompt. I must be doing some simple wrong, but I can't figure it out. Any ideas?
Todd F.