Linux 에서 특정 문자열(string) 포함한 모든 파일 찾기(find)

By | 2022년 1월 25일
Table of Contents

Linux 에서 특정 문자열(string) 포함한 모든 파일 찾기(find)

. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . .

grep -rnw '/path/to/somewhere/' -e 'pattern'

답글 남기기