Search for lines that do not match a pattern

zipgrep

  • Find patterns in files in a ZIP archive using extended regular expression (supports `?`, `+`, `{}`, `()` and `|`).
    More information: <https://manned.org/zipgrep>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

zipgrep -v "{{search_pattern}}" {{path/to/file.zip}}

click the source code to copy install zipgrep on any operating system with command-not-found.com