#!/bin/bash
cat nowcoder.txt | xargs -n 1 | sort | uniq -c | sort -k 1 | awk '{print $2,$1}'