Learn How to Create Your Own Programming Language createyourproglang.com
for id in `cat ids|sort -rn|uniq`; do echo `grep -w $id ids|wc -l` :$id; done|sort -nr
I was processing logs like ...
I was processing logs like ...