Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Thursday, April 10, 2008

Show me your history...

...and I'll show you who you are. Or something like that ;)

[deejay1@betty ~]$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
177 cd
100 git
82 vim
68 svn
63 ./builder
59 su
50 mc
44 cvs
39 ls
29 rpmbuild

Yes, I do change directories pretty often and no, my laptop isn't named after a woman!