#!/bin/bash awk -F':' '{print $2 ":" $3}' ./nowcoder.txt| sort | uniq -c | awk '{$1=$1}{print $0}'|sort -r