#!/bin/bash

awk '1 ~ /192\.168\.1\.22/ {print 7}' nowcoder.txt | sort | uniq -c | sort -rn | sed 's/^ *//g'