You are here: Home blog Archive Linux and Renaming Multiple Files
Personal tools
You are here: Home blog Archive Linux and Renaming Multiple Files

Linux and Renaming Multiple Files

Posted by Michael Zimmermann at Mar 20, 2011 06:56 PM |
Filed under:

Personal Note: If you want to mass rename a collection of files via the shell in linux, do as shown here or here. I. e. feed some regular expressions to the rename command followed by a filter which selects the files. Just like so:

rename oldname newname *.files

Or in my use case a follows:

rename s/JPG/jpg/ *.JPG
rename s/DSC/DSD/ *.jpg

Document Actions
Filed under: