Recursive grep question

Pàgina inicial
Adjunts:
Missatge com a correu electrònic
+ (text/plain)
Delete this message
Reply to this message
Autor: Rowan Smith
Data:  
Assumpte: Recursive grep question
to grep recursively only in files with certain extensions I use:

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