sortur (97B)
1 #!/bin/sh 2 sort | uniq -c | sort -nr "$@" | sed 's,^[[:space:]]*,,g;s,\(^[[:digit:]]\+\) ,\1\t,g'