#!/bin/bash
awk -F/ '{cnt[$3]++}END{for(k in cnt) print cnt[k], k}'  nowcoder.txt | sort -r -k1