: grep의 옵션중에 : 현 디렉토리 이하의 파일도 검색 할수 있는 옵션이 뭔가요? : : ttt라는 패턴이 있는 파일을 이하 디렉토리 모두 검색하기는??? : 어떻게 해요??? -r, --recursive Read all files under each directory, recursively; this is equivalent to the -d recurse option. grep -r 'ttt' *