[shell] AWK筆記 Posted on 2011/12/30 by angus Reply 計算web log IP次數 awk '{++ip[$1]}END{for(key in ip) print key,ip[key]}' accesslog