Hi guys,
I've got a script I use for everything and I've recently added some logic to it to look for .FLAC files in the download folder. However, this is seeing EVERYTHING I download as a FLAC so apparently my logic is wrong:
Unix is case-sensitive, therefore "If" won't do what you're expecting. Instead, the shell will try to interprete it as a command, fail, and move on to the next line. Thereby unconditionally running the mv command.