多文件过滤统计 比如下面在所有的 *.log 中过滤 APPSEARCHLOG $ for f in `ls *.log`;do grep APPSEARCHLOG $f|echo $f `wc -l...