先取域名、排序、统计、排序降序、打印

awk -F '/' '{print $3}' nowcoder.txt |sort|uniq -c|sort -r|awk '{print $1" "$2}'