Recursive grep question

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Rowan Smith
日付:  
題目: Recursive grep question
to grep recursively only in files with certain extensions I use:

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