Armin Ronacher

Shell History

written by Armin Ronacher, on Thursday, April 10, 2008 22:59.

$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}' |sort -rn|head
180 python
63 make
44 hg
42 vim
38 cd
31 ls
24 ssh
17 git
11 grep
9 less

Comments

  1. 136 apt-get
    116 ls
    68 cd
    32 rm
    29 clear
    16 exit
    12 ps
    12 iwconfig
    12 emacs
    7 kill

    —  Braydon Fuller on Thursday, April 10, 2008 23:28 #

  2. Fun—

    170 python
    76 git
    50 cd
    22 ls
    21 open
    20 ssh
    17 sudo
    13 rm
    12 ffmpeg
    10 ps

    —  A Ahmad Khan on Thursday, April 10, 2008 23:29 #

  3. 127 jython-trunk
    82 cd
    54 ls
    41 svn
    38 more
    32 hg
    25 grep
    23 e
    19 nosetests
    10 ./pypy-c

    (more is less, e is basically emacsclient)

    —  Philip Jenvey on Thursday, April 10, 2008 23:57 #

  4. This is my history of 13,700+ commands:

    2421 clear
    1685 ls
    1493 cd
    1398 ssh
    599 sudo
    400 vi
    216 du
    215 svn
    197 mutt
    181 rm

    Why clear? I clear my window when I'm done with whatever I was working on in it, to signal that I'm done, and if something is in the window I use it to remember my context and that I'm in the middle of something.

    Sean

    —  Sean Reifschneider on Tuesday, April 15, 2008 9:42 #

Leave a Reply