I have a load of files in a directory. They all have names like:
APP_001.gif
APP_101.gif
How could I bulk rename them to
01.gif
101.gif
i.e. get rid of the prefix before _, and then remove the first leading zero?
Thanks!
|
I have a load of files in a directory. They all have names like:
How could I bulk rename them to
i.e. get rid of the prefix before Thanks!
| ||||
|
feedback
|
| |||
|
feedback
|
| |||
|
feedback
|
|
If the actual names are not important, and simply want all of the photos to have unique, yet organized names, you can open automator and create the following automator action. This is what I do, and then save it as a service (assuming you have 10.6, snow leopard) then you can select any group of files in finder, right click and select . This version prompts the user for the prefix of each file then uses that value (instructions on referencing a variable in an automator action here), but you can also use the rename action alone to number files sequentially.
| |||||
feedback
|
| |||
|
feedback
|
APP_, or different? – Daniel Beck Feb 10 '11 at 22:17