Image-ExifTool - Re: Delete Keywords

Posted on Tue Dec 4 01:18:31 2007 by exiftool in response to 6606 (See the whole thread of 3)
Re: Delete Keywords
Hi Heiko,

The -= argument expects a tag value on the RHS, but you want to use a tag name, so you need to use the -tagsfromfile feature that allows you to copy (or with "-", delete) a tag value by specifying the tag name:

exiftool "-iptc:keywords-<iptc:city" *.jpg

See the -tagsFromFile documentation for details. In the above command, -tagsFromFile @ is assumed.

- Phil
Direct Responses: 6612 | Write a response