I have few files that was incorrectly encoded, during extraction, file names now become something similar to -a -b,
Now I'm trying to fix this issue with:
convmv -f ENCODING -t utf8 --notest *
But got:
Unknown option: a
Unknown option: b
So what's the right way to handle it, in a script ?