#!/bin/bash

cat nowcoder.txt|grep html|grep 404|sort|awk -F '-' '{print $1}'|uniq |wc -l