ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: rouble on March 12, 2014, 09:53:27 AM

Title: How to get *only* EXIF tags?
Post by: rouble on March 12, 2014, 09:53:27 AM
I need a way to get only the EXIF group tags? Currently I am greping out only the EXIF group tags - is there a better way?
Title: Re: How to get *only* EXIF tags?
Post by: Alan Clifford on March 12, 2014, 01:41:20 PM
I'd use

exiftool -exif:all AHC_6160.NEF

Title: Re: How to get *only* EXIF tags?
Post by: Phil Harvey on March 15, 2014, 08:39:47 AM
Alan is correct.  I would also suggest adding -a to this command, as per FAQ 3.

- Phil