图片分析获取数据:
[root@localhost logs]# cat img.access.log-2015-03-31 |awk -F\” ‘{print $3}’|awk ‘{print $1}’|sort |uniq -c
[root@localhost logs]# cat img.access.log-2015-03-31 |awk ‘{print $7,$10,$11}R...
5-05 3,712 views
图片分析获取数据:
[root@localhost logs]# cat img.access.log-2015-03-31 |awk -F\” ‘{print $3}’|awk ‘{print $1}’|sor...