History Wednesday, April 16, 2008
history|awk '{print $2}'|sort|uniq -c|sort -rn|head
Work computer:
98 gst
66 git
63 st
41 cd
34 gca
32 svn
29 ls
24 gb
16 up
11 mate
Linux staging server in my basement:
142 ls
125 cd
70 sudo
26 cat
19 git
12 mysql
11 exit
10 rm
9 mkdir
8 svn
Explanations:
The top ten commands entered on the command line and the number of times.
gst=git statusst=svn statusgca=git commit -agb=git branchup=svn update
See also: