압축된 파일에서 고정 문자열을 찾습니다. 입력을 필요한 경우 먼저 압축 해제한 후
grep -F
와 동일하게 작동합니다. 더 많은 정보: https://manned.org/zfgrep.
zfgrep {{검색_문자열}} {{경로/대상/파일}}
zfgrep --count {{검색_문자열}} {{경로/대상/파일}}
zfgrep --line-number {{검색_문자열}} {{경로/대상/파일}}
zfgrep --invert-match {{검색_문자열}} {{경로/대상/파일}}
zfgrep --files-with-matches {{검색_문자열}} {{경로/대상/파일1 경로/대상/파일2 ...}}