posted: 2008-04-18 08:33:28 perma-link, RSS comments feed
DangerMouse-2:~ gfranxman$ history|awk '{a[$2]++} END{for(i in a){printf "%5d %s ",a[i],i}}'|sort -rn 102 vi 58 ls 56 python 47 cd 43 ssh 28 curl 22 date 18 crontab 12 cat 8 ifconfig franxman@franxman.com:~$ history|awk '{a[$2]++} END{for(i in a){printf "%5d %s ",a[i],i}}'|sort -rn 175 vi 65 nosetests 39 python 31 ls 28 export 26 cd 25 pstree 19 kill 11 cat 8 easy_install
All of the cool kids are doing it...
clark commented, on April 29, 2008 at 9:58 p.m.:
let's pretend I have a life and have no freaking idea what this crapola is.... explain, as you would to a child...
Glenn commented, on April 30, 2008 at 3:15 a.m.:
This is a dump of the top ten most commonly executed commands from my unix history.
From it, you can tell I'm a vi geek, who practices test-driven-development when writing python programs.
What bellvis is inferring about me is still unknown, but that's be expected -- he likes being vague almost as much as doing that other thing.
|
Based upon your reading habits, might I recommend: Or, you might like: |
hosting: slicehost.com.
powered by: django.
written in: python.
controlled by: bzr.
monsters by: monsterID.
You've been exposed to: {'Life': 1.2901552666969582, 'Business': 0.79790520999661951, 'Science & Technology': 0.9102865828329002, 'The Net': 0.89902436762648275, 'Programming': 3.6057718169966657, 'Piss & Moan': 0.34867844010000015, 'Obsession': 0.32038719065248333, 'Cool': 1.0097379}
bellvis commented, on April 20, 2008 at 2:44 p.m.:
I think your nosetests and kill counts are the most telling. For different reasons of course. :)