grep -rl "찾고싶은문자열"
find . -type d -name "*찾고싶은폴더명*" . 현재 디렉토리부터 시작이므로 루트경로로 가서 찾기
*
find . -name "*파일명*"