💾 Archived View for freeshell.de › tldr › zipgrep.gmi captured on 2023-09-28 at 17:04:41. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

zipgrep

Find patterns in files in a ZIP archive using extended regular expression (supports `?`, `+`, `{}`, `()` and `|`).

More information.

zipgrep "{search_pattern}" {path/to/file.zip}
zipgrep -H -n "{search_pattern}" {path/to/file.zip}
zipgrep -v "{search_pattern}" {path/to/file.zip}
zipgrep "{search_pattern}" {path/to/file.zip} {file/to/search1} {file/to/search2}
zipgrep "{search_pattern}" {path/to/file.zip} -x {file/to/exclude1} {file/to/exclude2}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY