History Meme – My Turn

Well all my friends are doing it, I might as well jump in. I have to admit the results surprised me. I was experimenting with snmpwalk recently and this has skewed my results terribly.

On my daily use laptop:

polycarb:~ alan$ uname -a ;  history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head

Darwin polycarb.local 9.2.2 Darwin Kernel Version 9.2.2: Tue Mar  4 21:17:34 PST 2008; root:xnu-1228.4.31~1/RELEASE_I386 i386

99	cd
86	ls
30	make
19	snmpwalk
17	ssh
16	svn
14	less
13	open
12	telnet
12	ifconfig

No surprises there, I use open a fair bit to open a Finder window in a particular directory. As others have noted, this does not account for the amount of work that goes on in the Aquamacs session.

On a dated work machine that is used for project management, integration and firmware builds:

Linux energia 2.6.7-gentoo-r14 #5 SMP Thu Sep 9 10:16:29 MDT 2004 i686 Intel(R) Xeon(TM) CPU 3.06GHz GenuineIntel GNU/Linux
117	cd
76	svn
68	ls
36	./buildrel
25	svnmerge
22	pwd
14	grep
13	echo
12	less
8	bint

I make no apologies for running Gentoo here, but I wouldn’t do it again, that’s for sure. –funroll-loops –gaak!

buildrel is a script that (predictably) builds the firmware release image files and bint is a “bug integration tool” that lets me see diffs, branch-points and manage merges for integrating tasks into the stable codelines. It isn’t much more than a convenience wrapper around svn.

2 thoughts on “History Meme – My Turn

  1. Darwin orthrus 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386

    114 vi
    76 ls
    71 cd
    65 make
    29 svn
    24 grep
    24 clear
    10 ./configure
    8 dc
    7 uname

    Looks pretty similar, except that you don’t ever seem to edit files. ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>