in centOS 5.6, i need to recursively rename a series of files in /path.
the files that need to be renamed contain groups of special characters in lieu of accented chars. i mapped out the table for conversion here. (What kind of encoding was used here anyways?)
i have a guess that perl would be best choice for the task, but it could also be php/python/shell. would someone be kind enough to help me with such script?
thanks in advance for any help.