According to the link posted I'd use:
find . -exec grep "www.athabasca" {} \; From your working Directory
find /my_path -exec grep "www.athabasca" {} \; From whatever path
I've never used the '{}' notation ... try first without the quotes.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html