#!/bin/bash

cat nowcoder.txt | grep '192\.168\.1\.22' | cut -d ' ' -f 7 | sort | uniq -c | tr -s ' ' | sed 's/^ //' | sort -r