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