System Date and other file info

Started by westcountyboy, December 17, 2015, 10:59:33 AM

Previous topic - Next topic

westcountyboy

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?

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).