18 Apr 2008 rillian   » (Master)

$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
60 ls
59 cd
52 svn
44 nano
40 make
26 less
26 fgrep
14 wget
11 host
10 rm

Yeah, pretty much.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!