2022-10-24 22:25:11 +01:00
|
|
|
# funzip
|
|
|
|
|
|
|
|
> Print the content of the first (non-directory) member in an archive without extraction.
|
|
|
|
> More information: <https://manned.org/funzip>.
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Print the content of the first member in a Zip archive:
|
2022-10-24 22:25:11 +01:00
|
|
|
|
|
|
|
`funzip {{path/to/archive.zip}}`
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Print the content in a gzip archive:
|
2022-10-24 22:25:11 +01:00
|
|
|
|
|
|
|
`funzip {{path/to/archive.gz}}`
|
|
|
|
|
2024-03-14 05:01:06 +00:00
|
|
|
- Decrypt a Zip or gzip archive and print the content:
|
2022-10-24 22:25:11 +01:00
|
|
|
|
|
|
|
`funzip -password {{password}} {{path/to/archive}}`
|