I am seeking to remove all special characters from several files' worth of downloaded .pdfs, and came across exactly the solution I was looking for, albeit in an OS X environment:
function to automatically remove special characters from file names during saving in MacOS X.
Could a similar method--either using sed or some other function--be implemented in a Linux environment?
When I try your commands I get "Can't rename
– user2044638 Jul 12 '13 at 09:56filename: Invalid or incomplete multibyte or wide character" for each file.mv? – Paul Jul 12 '13 at 13:28