ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: chandrasekar on July 26, 2010, 03:30:52 PM

Title: Tag suffix "#" does not work on linux
Post by: chandrasekar on July 26, 2010, 03:30:52 PM
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
Title: Re: Tag suffix "#" does not work on linux
Post by: Phil Harvey on July 26, 2010, 08:15:42 PM
This feature was added in version 7.97.

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

- Phil
Title: Re: Tag suffix "#" does not work on linux
Post by: chandrasekar on July 27, 2010, 04:06:43 AM
I was using 7.89. I should have checked the version  >:(. Thanks.