5344
5432
1万
管理员
本站资源如失效,请点击反馈!
203.218.148.99 - - [01/Feb/2011:00:02:09 +0800] "GET /blog/2009/11/an_autobiography_of_yang_xianyi.html HTTP/1.1" 200 84058 "http://www.ruanyifeng.com/blog/2009/11/freenomics.html" "Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-TW; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13"
访问量 网址1 访问量 网址2 访问量 网址3 ...... ......
awk '$9 == 200 {print $7}' www-01.log | grep -i '^/blog/2011/.*\.html$' | sort | uniq -c | sed 's/^ *//g' > www-01.log.result
/blog/2009/11/an_autobiography_of_yang_xianyi.html
32 /blog/2011/01/guidelines_for_english_translations_in_public_places.html 32 /blog/2011/01/api_for_google_s_url_shortener.html 30 /blog/2011/01/brief_history_of_arm.html
for i in www-*.log.result do cat $i >> log.result done
sort -k2 log.result | uniq -f1 --all-repeated=separate |./log.awk |sort -rn > final.log.result
617 /blog/2011/01/guidelines_for_english_translations_in_public_places.html 455 /blog/2011/01/guidelines_for_english_translations_in_public_places.html 223 /blog/2011/01/2010_my_blogging_summary.html 253 /blog/2011/01/2010_my_blogging_summary.html
#!/bin/bash if ls ./*.result &> /dev/null #判断当前目录中是否有后缀名为result的文件存在 then rm *.result #如果有的话,删除这些文件 fi touch log.result #创建一个空文件 for i in www-*.log #遍历当前目录中所有log文件 do echo $i ... #输出一行字,表示开始处理当前文件 awk '$9 == 200 {print $7}' $i|grep -i '^/blog/2011/.*\.html$'|sort|uniq -c|sed 's/^ *//g' > $i.result #生成当前日志的处理结果 cat $i.result >> log.result #将处理结果追加到log.result文件 echo $i.result finished #输出一行字,表示结束处理当前文件 done echo final.log.result ... #输出一行字,表示最终统计开始 sort -k2 log.result | uniq -f1 --all-repeated=separate |./log.awk |sort -rn > final.log.result #生成最终的结果文件final.log.result echo final.log.result finished #输出一行字,表示最终统计结束
我真想问问Google Adsense中国小组的成员:"难道你们都是机器人吗?难道你们看不出来哪些是流氓网站,哪些是正派网站吗?你们是否真的尽职工作了,还是在不负责任地草菅人命?"
斯蒂夫·乔布斯活着的时候,对病情讳莫如深,外界对他的身体状态毫不知情。现在他去世了,根据各方面透露的信息,我们终于可以还原他的病历,了解像他这样伟人怎样对待生与死。
在此之前,他几乎没有打过高尔夫球,甚至对这项运动都没有太大兴趣。他的计划是,辞职以后,每天练习6个小时,一周练习6天,坚持6年,总计超过10000个小时,然后成为职业选手。他把这称为"Dan计划"。
13岁的丹尼斯•里奇(Dennis Ritchie),就这样随着父亲一起来到新泽西。那时,谁也没有想到,这个文静的少年将在这里待上一辈子,并且创造出改变世界的发明。
你可以画一个30x30的表格,一张A4纸就够了。每过一个月,就在一个格子里打钩。你全部的人生就在这张纸上。你会因此有一个清晰的概念:你的人生是如何蹉跎的。
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|飞雪团队
GMT+8, 2024-11-24 04:00 , Processed in 0.105441 second(s), 25 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.