Cool bash command for summary bot visited

I just found quite cool bash combination

cat test.log | awk -F\" '{print $6}' | sort | uniq -c | sort -n

I try it with nginx log, the result is look good. :)

Comments

Popular posts from this blog

Difference between apt-get update and apt-get dis-upgrade