|
Bash - Mass file renaming problem
Building my Amarok music collection I get crashes. The problem is not all file names are unicode or UTF-8. Some are in foreign languages or use unusual characters. I use en-GB language and believe utf-8 is what I need to use. Amarok searches, finds discrepancies and crashes, aka - no catalog!
Does anyone know a practical way to do this? I was thinking of a search and sort command or shell script.
find ./ -type | xargs grep ????
|