#!/bin/bash

awk '{print $2}' nowcoder.txt |sort|uniq -c|sort -n|awk '$1>=2{print $0}'