Zip Searching Not Working (MacOS) #3051
-
When searching ZIP files nothing happens. Zip files contain a mixture of other zip files and various text files. Text files DO contain the searched for string. The command works perfectly fine (subject to the obvious argument changes) if ran against the decompressed archive and finds results. What am I missing? Diagnostic details follow: % rg "ERROR" -z test.zip --debug % rg --version features:+pcre2 PCRE2 10.43 is available (JIT is available) Running MacOS and as far as I can tell, all of the necessary compression libraries are installed: % unzip % xz --version % bzip2 --version % tar --version |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
From the man page, emphasis mine:
|
Beta Was this translation helpful? Give feedback.
From the man page, emphasis mine: