find / -name “파일명” | xargs grep “파일내용”
find / -name “파일이름” -exec grep -n -H “파일내용” {} \;