Tue 15 Apr 2008
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
145 git
129 cd
115 ls
113 gvim
62 vi
39 ssh
32 sudo
25 grep
24 giggle
22 ./start-myfedora.py
Wow, I git more than I cd or ls.
[read this post in: ar de es fr it ja ko pt ru zh-CN ]
April 15th, 2008 at 2:54 pm
Nice, some hot turbogears action in there.
April 15th, 2008 at 4:48 pm
A nice bash one-liner there