|
Removing special characters from filenames
I have a load of files that are named "zip1.zip", "zip2.zip" etc ..
I would like to remove the " from the filenames using single shell command rather than manually renaming them all. I have experimented with various commands but they don't remove the special character (") from the filename.
What command should I use to rename the files ?
Thanks.
|