I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-09-18 15:18:22-07 by exiftool in response to 3076
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