Programming, Systems and Networks

Everyone else is doing it…

April 19th, 2008 Posted in Linux, off topic

mark@bendlinux:~$ history|awk ‘{a[$2]++} END{for(i in a){printf “%5d\t%s \n”,a[i],i}}’|sort -rn|head
115   ls
63   sudo
63   cd
34   ping
22   httperf
20   vim
17   lynx
17   clear
11   ps
8   autobench

Enjoy!

You must be logged in to post a comment.