Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Matija Rijavec
cat access.log | grep "GET /" | cut -f1 -d' '| sort | uniq -c | sort -n | tail -20;