I'm attending erubycon

I Love Easter Eggs

I just puchased a copy of Cha Ching (the fun and easy to use money manager, done Mac OS X style). I’m not sure how long this has been here, but I opened up the ‘About Cha-Ching’ window and clicked on the icon. It played some audio that sounds akin to the McDonalds “I’m Lovin’ It” theme. The company logo also hoots like an owl.

Speaking of Easter Eggs, here is something a little more geek. Type this into Terminal.app:

cat /usr/share/calendar/calendar.history | grep "LOTR"

Comments

One Response to “I Love Easter Eggs”

You’d be wise to simply use:

grep “LOTR” /usr/share/calendar/calendar.history

Learn your command line!