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? :)

Re: history meme

Here's mine for no real reason but I like the code snippet. Easy to guess my server script:
95 sudo
79 svn
56 cd
45 ls
30 rake
19 hg
18 ./script/server
16 cap
15 gem
12 mv

Add a comment Send a TrackBack