<< It's my data | Home | Living with the Time Capsule >>
Twitter RSS feed for Simon Brown [Twitter] simonbrown: Eating cream cakes in the sun at jersey zoo ... chillin'

Coding the Architecture RSS feed for Simon Brown [Coding the Architecture] Just a short note to plug a handful of sessions that Kevin and I are presenting at the upcoming Software Architect 2008 conference, 3rd-5th June, London. 1. Coding the Architecture : From Developer to Architect The first is a re-run of our ...

history meme

imac:~ simon$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
95 cd
79 svn
55 ant
41 ls
30 ./startup.sh
27 vi
27 ./shutdown.sh
23 ssh
13 ftp
11 cat

Anybody want to guess what the startup.sh and shutdown.sh scripts are from?

Tags :


Re: history meme

so let's say it's tomcat, and it appears it crashes 10% of the time :)

Re: history meme

Yes, it's Tomcat. I guess that I restarted my Mac without shutting it down a few times!

Re: history meme

Do they start up and shut down Tomcat?

Just a guess.

Re: history meme

Does it list your top 10 favorite commands? :)

Add a comment Send a TrackBack