i've 600gb of data's from Mac Users, saved in a disk formatted in HFS+. A lot of folder and file name contain 'final spaces'. I don't know how users inserted them , but the result is that via Samba, a folder named "Customer ABC " (with the final space) become for example "EHFJ~1". In addition, users used special charachters like • and others strange file name.
How to massive rename that files/folder removing final spaces ? Is it possible using a linux / mac os script ?
Thanks
I have written a small python script to remove all characters from filenames that makes handling them under *nix difficult.
Perhaps this can help you as well.
Anyone is free to use and or improve this. If you have any improvements I'd like to hear about them.
Yes, it is! I don't knwo exactly how, but since nobody else answered this yet, I think it is better than nothing. Using some regular expressions, that match final whitespace it should be possible. I don't know however how to get the truncated part of the filename