#!/bin/bash

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