zipgrep

Find patterns in files in a ZIP archive using extended…

zipgrep

Find patterns in files in a ZIP archive using extended regular expression (supports ?, +, {}, () and |). More information: https://manned.org/zipgrep.

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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← zipalign zipinfo →