#!/bin/bash
awk '{print $1}' nowcoder.txt | sort | uniq -c | awk '$1>3{print $1,$2}' | sort -sr