#!/bin/bash

cat nowcoder.txt | grep 'www\.baidu\.com' | cut -d ' ' -f 9 | grep 404 | wc -l