How to get *only* EXIF tags?

Started by rouble, March 12, 2014, 09:53:27 AM

Previous topic - Next topic

rouble

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?

Alan Clifford

I'd use

exiftool -exif:all AHC_6160.NEF


Phil Harvey

Alan is correct.  I would also suggest adding -a to this command, as per FAQ 3.

- 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 ($).