I'm trying to rename files with a unique counter. One way to do this is with the %c formatter for
the -d and -w options. Is there any way to make this 1-based instead of zero-based? Below is an
excerpt from the docs:
-w E%-.4c.txt # E-0000.txt, E-0001.txt, E-0002.txt ...
In my case (for the above example), I'd want E-0001.txt, E-0002.txt, etc.
I realize that this is not really the intent of this option, but, does anybody have any ideas how to do this with exiftool?
-paul.
(4)
]
