#!/bin/bash

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