Andrew Beresford's Blog

Shell history meme

with one comment

cs1ajb@bootsy:~$ history|awk '{print $2}'|awk 'BEGIN {FS="|"} \
  {print $1}'|sort|uniq -c|sort -rn|head -10
     78 cd
     73 ls
     60 ssh
     43 sudo
     24 apt-cache
     22 vi
     16 script/server
     13 ps
     11 dpkg
      9 sqlite3

Yup, I’ve been doing some Ruby On Rails development.

Written by beezly

September 26th, 2006 at 9:50 am

Posted in Uncategorized

Tagged with

One Response to 'Shell history meme'

Subscribe to comments with RSS or TrackBack to 'Shell history meme'.

  1. …very interesting,
    …very interesting, Beezly…ZZZzzzz

    Anonymous

    30 Sep 06 at 5:32 pm

Leave a Reply