2025-03-14 21:59:59 -06:00
|
|
|
# funzip
|
|
|
|
|
|
|
|
|
|
> Print the content of the first (non-directory) member in an archive without extraction.
|
|
|
|
|
> More information: <https://manned.org/funzip>.
|
|
|
|
|
|
|
|
|
|
- Print the content of the first member in a Zip archive:
|
|
|
|
|
|
|
|
|
|
`funzip {{path/to/archive.zip}}`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Print the content in a `gzip` archive:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`funzip {{path/to/archive.gz}}`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Decrypt a Zip or `gzip` archive and print the content:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`funzip -password {{password}} {{path/to/archive}}`
|