Archive for ‘Uncategorized’

November 10, 2008

most popular browser?

to check my apache log against browsers used I got some tips and came about that command:
zcat access.log.6.gz|awk '{print $12}'|sort|uniq -c|sort -g
and this I can easily visualize :)

Tags: ,
Follow

Get every new post delivered to your Inbox.