#!/bin/bash

awk '{print $2}' ./nowcoder.txt|sort|uniq -c|sort|tail -n2