Skip to content


History meme

My main system gives me this:

hrw@home:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head

379 git
209 bitbake
171 cd
113 sudo
111 ls
77 rm
76 mc
73 mtn
73 grep
72 svn

It is easy to see what takes most of my time ;)

Tagged with .


One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

Continuing the Discussion

  1. History in the making : ..the cat came back.. linked to this post on April 18, 2008

    [...] not that exciting really but everyone else is at it. Using, history | awk ‘{a[$2]++}END{for(i in a){print a[i] ” ” i}}’ | sort -rn | head I [...]



Some HTML is OK

or, reply to this post via trackback.