주 메뉴 열기

wwiki β

Grep

Jhkim (토론 | 기여)님의 2021년 10월 28일 (목) 07:16 판
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
$ grep [OPTION] [PATTERN] [FILE]

옵션편집

-r, --recursive like --directories=recurse

--include=GLOB search only files that match GLOB (a file pattern)

--include \*.js js 확장자에서 검색

--exclude=GLOB skip files and directories matching GLOB

-v, --invert-match