awk -F "[ /]+" '{a[substr($6,6,5)]++}END{for(v in a)print a[v],v}' nowcoder.txt|sort -k1r -k2.1,2.2r