#!/bin/bash

cat nowcoder.txt | awk '{print $2}' | sort | uniq -c | sort -k1 | awk '$1 != 1 {print}'