History Meme 0

Posted by timgoh
on Thursday, April 24

Just an “I’m still here, just busy” type post. Originally from Mark Pilgrim

I’ve had this Thinkpad for 3 months, which means I run vim approximately once an hour (this may seem abnormally low, but once I’m inside I use :tabf and :tabe to open more files).


blackwater ~: history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head -n 20
1976 v
1937 cd
1545 ls
1390 svn
883 rake
832 ssi
471 grep
400 sudo
383 cap
349 rm
292 cat
217 ssh
209 ./script/server
209 cp
208 mv
181 riff
179 cdiff
175 scp
168 psql
147 screen

Key

v = gvim -p
ssi = svn stat --ignore-externals
riff = ssh to slice
cdiff = svn diff $* --diff-cmd colordiff
Comments

Leave a response

Comment