#!/bin/bash

grep "192.168.1.22" nowcoder.txt |grep -E -o "/[1-9]+/index.php" |sort |uniq -c |awk '{print $1,$2}'