#!/bin/bash
awk '$9 ~/404/ && $15 ~/+http/{print$9,$15}' nowcoder.txt |wc -l