find 디렉토리 -name "*.php" -print | xargs grep -l "문자열"
옵션 : -l 파일명만 보여준다.

#grep 서브 옵션
--include="스켄할디렉토리명"
--exclude="제외할디렉토리명"
--include-from="파일명"

+ Recent posts