Shell History Meme

Posted: April 9, 2008 in Uncategorized


[root@mdehaan koan]# history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -nr|head
303 vi
177 make
114 ls
96 cobbler
91 cd
34 exit
26 sh
16 perl
16 glark
16 git


[mdehaan@mdehaan cobbler]$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -nr|head
198 vi
171 cd
153 ls
143 su
108 git
24 python
21 ssh
17 startx
15 xlock
13 glark

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

Gravatar
WordPress.com Logo

Please log in to WordPress.com to post a comment to your blog.

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s