Quick&Dirty: Exif data

I wanted to rename a bunch of pictures based on the date they were shot, but they got all the same creation date when transferring them to another PC.

Exiv2 saved my life, with the following simple command:

exiv2 -T /pic/name

which simple sets the file timestamp to the date contained in the Exif data. So great!

Comments are closed.