#!/bin/bash
cat nowcoder.txt | grep "192.168.1.22" | awk '{print $7}' | sort | uniq -c | awk '{print $1  " " $2 }'