Skip to main content
moved quote to prevent file redirection
Source Link
StarGeek
  • 1.5k
  • 9
  • 19

Use this:
exiftool '-Comment<'$CommentComment<$Comment Stuff added to comment' dst.jpg

Since you're copying a tag as well as adding stuff, you need to use the copy tag syntax "<" instead of the assign value syntax "=".

Use this:
exiftool -Comment<'$Comment Stuff added to comment' dst.jpg

Since you're copying a tag as well as adding stuff, you need to use the copy tag syntax "<" instead of the assign value syntax "=".

Use this:
exiftool '-Comment<$Comment Stuff added to comment' dst.jpg

Since you're copying a tag as well as adding stuff, you need to use the copy tag syntax "<" instead of the assign value syntax "=".

Source Link
StarGeek
  • 1.5k
  • 9
  • 19

Use this:
exiftool -Comment<'$Comment Stuff added to comment' dst.jpg

Since you're copying a tag as well as adding stuff, you need to use the copy tag syntax "<" instead of the assign value syntax "=".