How can i rename a file that looks like this:
Some shitty words with spaces and sp?ecial (characters).ext
I tried enclosing in single quotes, i tried enclosing in double quotes. I tried moving
mv Some*.ext test.ext
But anything i do, will result in mv: cannot stat ... no such file or directory.
None of the tips for getting rid of either the question mark or parentheses work, i guess having both of these in a filename is the ultimate reason to get you stuck.
I cant even delete the whole folder...
Thanks for any help!