Recursive grep question

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Rowan Smith
Date:  
Subject: Recursive grep question
to grep recursively only in files with certain extensions I use:

grep STRING `find ./ -name '*.XXX'`