ExifTool Forum

ExifTool => Developers => Topic started by: Guzman on April 10, 2015, 06:04:46 AM

Title: Compare dates
Post by: Guzman on April 10, 2015, 06:04:46 AM
Hello,

I need to find the images that datetimeoriginal is later than a given date.

Thanks.
Title: Re: Compare dates
Post by: Phil Harvey on April 10, 2015, 06:50:12 AM
Try something like this:

exiftool -filename -if "$datetimeoriginal gt '2012:03:22 00:00:00'" DIR

- Phil
Title: Re: Compare dates
Post by: Guzman on April 13, 2015, 05:45:57 AM
Ok, Thanks