# find . -name "*%*.*" locates them, how do I pass them to a mv command to rename them without the '%' sign (I want to take the percent sign out of the filenames)? how about if I want to replace the % with an underscore? Thanks Craig