ExifTool Forum

General => Metadata => Topic started by: westcountyboy on December 17, 2015, 10:59:33 AM

Title: System Date and other file info
Post by: 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. Is it possible to print the system date (not the create date in exif data) or file size from exiftool?
Title: Re: System Date and other file info
Post by: Phil Harvey on December 17, 2015, 11:16:49 AM
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