Processing a whole directory or disk recursively with exiftool is as advertized much quicker than using find. Is it possible to print the system date (not the create date in exif data) or file size from exiftool?
Quote from: westcountyboy on December 17, 2015, 10:59:33 AM
Processing a whole directory or disk recursively with exiftool is as advertized much quicker than using find.
I'm not sure what you mean. Calling ExifTool once is much faster than calling it many times, if that's what you mean.
QuoteIs it possible to print the system date (not the create date in exif data) or file size from exiftool?
Yes:
exiftool -filemodifydate -filesize -r DIR- Phil