awk -F ":" '{arr[($2":"$3)]++}END{for (i in arr) {print arr[i], i}}' | sort -h -r