Tag suffix "#" does not work on linux

Started by chandrasekar, July 26, 2010, 03:30:52 PM

Previous topic - Next topic

chandrasekar

Suffixing "#" to tag (disable format) does not seem to work on linux console (tried with Ubuntu 10.4).

Executing command: exiftool -GPSLatitude# IMG.JPG resulted in the following error: Warning: Invalid tag name 'GPSLatitude#' - IMG.JPG

The command works fine on windows (print GPS latitude in decimal format). Quick search on google and it looks like # need not be escaped on linux. Any idea what is going on?

Note: Removing # prints the GPS latitude (formatted string) on linux console.

Chandrasekar

Phil Harvey

This feature was added in version 7.97.

Use "exiftool -ver" to see what version you are running.

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

chandrasekar

I was using 7.89. I should have checked the version  >:(. Thanks.