Forum Moderators: phranque
cat ./file |awk '{print $1}' |sort |uniq -c |sort -n
cut -f1 <./access_log|sort|uniq -c|sort -nr|less