打印出排在前200的url访问量
awk '{print $7}' 2018-10-18-0000-2330_pic11.zhen.com.cn.log | sort | uniq -c | sort -rn -k1 | head -200