Recursive grep question

Página Inicial
Anexos:
Mensagem como email
+ (text/plain)
Delete this message
Reply to this message
Autor: Rowan Smith
Data:  
Assunto: Recursive grep question
to grep recursively only in files with certain extensions I use:

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