在accesslog中统计 某个时间段某个关键字的访问次数: cat access.log | grep '06/Jun/2019:15' | grep 'KEYWORD' | wc | awk '{print $1}'