History Meme

Following Patrick’s example:

At VUW:

andrew@rise:~$ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head
105 java
56 cd
51 mixerctl
39 git-branch
26 git-status
25 ls
19 ssh
15 git-checkout
13 xmms2
11 gitk

I am rather surprised that I have run git-branch more than git-status. I guess I tend to run it quite a few times in a row to see branches, create a new one and then check them again.

At home:

andrew@rata:~$ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head
114 sudo
49 ssh
31 less
30 clothes
28 kontact
27 cd
21 ls
19 ./ical2sqlite
13 ifconfig
13 aptitude

On my laptop:

andrew@rimu:~$ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head
83 ssh
74 sudo
39 ifconfig
31 xrandr
30 ls
25 sync_rata
25 cd
23 ping
15 iwconfig
15 grep

Tags: , ,

2 Responses to “History Meme”

  1. Dan Chokola Says:

    dan@ender:~$ history | awk ‘{print $2}’ | sort | uniq -c | sort -rn | head
    124 git
    79 xmms2
    37 ls
    31 ack
    21 cd
    20 irb
    18 sudo
    15 rm
    14 vim
    13 gdb

    Hells yeah xmms2 and git!

  2. Kent Says:

    Somehow i missed the point. Probably lost in translation :) Anyway … nice blog to visit.

    cheers, Kent.

Leave a Reply