#!/bin/bash
cat nowcoder.txt | grep -i "baidu" | awk '{print $9}' | wc -l