Tag Archives: history

Shell history stats

Okay, I’ll bite:
stanley: ~
$ history|awk ‘{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
201 host
46 bzr
43 ls
40 cd
32 sudo
22 vi
19 scp
12 clear
11 ./push-live
9 wget
Amusing aberration at the top there.

GNOME in MarkMail

So when Tim O’Reilly pimped MarkMail a few weeks ago, with a post about their huge Perl mail archive import, I liked what I saw.
But it wasn’t just that. I also wondered how much we kicked Perl’s arse. Or, put more diplomatically… I wondered what the difference might be between two large, mature FLOSS projects.
Of […]