현재 디렉토리에서 "chrome"이라는 텍스트가 포함 된 파일을 찾고 싶습니다.
$ find . -exec grep chrome
find: missing argument to `-exec'
내가 무엇을 잘못하고 있지?
관련 : unix.stackexchange.com/q/321697/135943
—
와일드 카드
나는 얻었다
—
Costa
find: Only one instance of {} is supported with -exec ... +
관련 : 사용 방법
—
Kusalananda
-exec
과find