User agents from lighttpd access_log

Here's a simple way to figure out your UserAgents from a lighttpd access_log file.

cat /var/log/lighttpd/access.log | cut --delimiter="\"" -f6 | sort | uniq -c | sort -n


Andy

Uh... what?

Jordan T. Cox

So that I can see that at least one person has visited my site recently using their Nintendo Wii. :) Also, a dis-heartening 1090 people have visited with MSIE of some sort since September 1st. Blah.

test

test


Required
For gravatar support
Required