Searching an on-line zip file while streaming remotely #2341
Unanswered
doctorellis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The only way to search a corpus without downloading it is for the thing that provides the corpus to provide an index. Otherwise I'm not sure what you're expecting here... In order for ripgrep to search something, it has to be made available through your file system and readable via standard |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any ideas how to use ripgrep to search a zip file on a website without downloading the entire file.
I have a list of very large files and want to try to figure out which ones have relevant content without downloading them all locally.
For example, I am looking for a list of files that contain a specific string in one of the files listed here:
https://transparency-in-coverage.uhc.com/?_gl=1*dlu06b*_ga*NzcyNDUyMi4xNjY0NjI4Nzg3*_ga_HZQWR2GYM4*MTY2NjgyODcxMS4yLjAuMTY2NjgyODcxMS4wLjAuMA..
Beta Was this translation helpful? Give feedback.
All reactions