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?