awk http code

cat access_0[1-4].log| grep 'www.rcfans.com'| grep -Ev '/200|/404'|awk '{a[$4]++}END{for(i in a) print i,":",a[i]}'

你可能感兴趣的:(awk http code)