linux awk 内置字符串函数 Posted on 2014-11-17 In linux linux awk 内置字符串函数 grep -e '192.187.126.42.*POST' apache_20141117.log | awk '{print substr($4,14,2)}' | sort | uniq -c