#!/bin/bash

cat nowcoder.txt | grep tcp | tr -s ' ' | cut -d ' ' -f 5 | grep 3306 | cut -d ':' -f 1 | sort | uniq -c | tr -s ' ' | sed 's/^ //' | sort -rn