or if you like shell scripting, maybe a loop like this (the 'echo' in it stops it from actually doing the renames - kind of like a dry run)



i=0; for pic in *.jpg; do printf -v prfx '%02d'...