The Shell Meme

- 2008-12-30 18:29:35

I ran across The Shell Meme on Lincoln Stoll's blog, and figured I'd, uh, borrow it.

Run this command in a new shell:

history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n ",a[i],i}}'|sort -rn|head

I get this as the output

379 git
221 cd
181 ssh
77  sudo
69  ruby
66  ls
34  rake
33  m
32  bb
31  m.

bb changes directory straight into my BrightBox source directory. m and m. are TextMate alias's to open files or directories in TextMate for editing.

4 Comments on The Shell Meme

  1. 87  java
    82  ssh
    74  javac
    58  ls
    51  exit
    46  cd
    29  svn
    20  sudo
     9  mate
     7  locate
    
  2. 58  ruby
    56  git
    54  nano
    34  ssh
    34  ls
    34  cd
    31  exit
    25  curl
    18  thin
    15  ./script/deploy
    
  3. 153 git  
     57 cap  
     50 ssh  
     49 cd  
     47 curl  
     22 mate  
     20 rake  
     15 touch  
     14 ls  
     12 tail
    
  4. 86  xelatex
    82  cd
    76  xdvipdfmx
    61  ls
    33  /var/folders/Dd/Ddn+-e4GEdOuImYqJHcyDk+++TI/Cleanup\
    19  tksurfer
    14  sudo
    11  mv
     9  tar
     9  ruby
    

About You

Comment