Recursive grep question

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Rowan Smith
Data:  
Oggetto: Recursive grep question
to grep recursively only in files with certain extensions I use:

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