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