Image-ExifTool - Re: ISO-statistic

Posted on Mon Sep 18 18:18:22 2006 by exiftool in response to 3076 (See the whole thread of 9)
Re: ISO-statistic
Very nice Bozi. I didn't know about the 'uniq' utility. This really helps.

To simplify things a bit, you don't need the 'grep -v' when you use the '-q' option. And adding a second '-q' would also suppress warnings, making it unnecessary to redirect stderr. So your command becomes:

exiftool -q -q -S -aperture DIR | sort | uniq -c | sort -nr

- Phil
Direct Responses: 3090 | Write a response