#!/bin/bash
## filter to uniqify-with-count then order-by-count -- E Reimer 2009-09;
## see also:  counted-uniquify  for result ordered alphabetically, rather than by by hit-count;

counted-uniquify |sort -k1nr
