Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Deep! | 15 comments | Create New Account
Click here to return to the 'Deep!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Deep!
Authored by: SeanAhern on Nov 01, '01 12:56:57PM

How the heck did you find this? That's buried so deep, I'd never think to look there.

Then again, a recursive grep would find it pretty easily...



[ Reply to This | # ]
Deep!
Authored by: mbanks on Nov 01, '01 06:09:08PM

yep. Exactly right. This is what was used:

find / -type f -exec grep "Get MacOS X Software" {} /dev/null ; <-- There is a backslash before the semi-colon - used to escape it - but it's not posting and I'm too lazy to look up the ASCII for HTML.

The rest was just messing around with the XML file. (That's how we know if you don't do it right you've jacked the Finder.)



[ Reply to This | # ]