awk -F ":" 'BEGIN{OFS=":"}{print 2,2,3}' | sort | uniq -c | sort -rn | awk '{print 1,1,2}'