Andrew Beresford's Blog

Archive for September, 2006

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

Vim users rejoice

without comments

Today I found an awesome new vim feature;

vim scp://<remotehost>/<remotefile>

Oh yes. It is good.

Sorry to those of you who haven’t a clue what I’m talking about.

Written by beezly

September 19th, 2006 at 10:15 am

Posted in Uncategorized

Tagged with

Ben

without comments

Written by beezly

September 14th, 2006 at 4:06 pm

Posted in Uncategorized