累積工作上的心得與解決問題的紀錄
cat access_log|awk '{print $1}'|sort|uniq -c|sort -nr|head -10
cat access_log|awk '{print $11}'|sort|uniq -c|sort -nr|head -10