~ $ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n ",a[i],i}}'|sort -rn|head
285 hg
51 script/server
32 cd
17 rm
15 ls
10 rake
8 vi
8 ps
8 mate
8 cap
« A Modest Syntax Proposal: RBXML | Main
~ $ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n ",a[i],i}}'|sort -rn|head
285 hg
51 script/server
32 cd
17 rm
15 ls
10 rake
8 vi
8 ps
8 mate
8 cap
This page contains a single entry from the blog posted on April 13, 2008 1:55 AM.
The previous post in this blog was A Modest Syntax Proposal: RBXML.
Many more can be found on the main index page or by looking through the archives.
Comments (1)
Hmm, I think I like the "285 hg" part. Of course, "285 git" would have been a bit more sightly. At least it's not "285 svn", or (cringe) "285 cvs"!
Lol ... well, happy hacking.
-Keith
Posted by Keith Nazworth | June 12, 2008 11:03 AM
Posted on June 12, 2008 11:03