funzip: add page (#9236)

pull/1/head
NikhilSS 2022-10-25 02:55:11 +05:30 committed by GitHub
parent 34c458c32e
commit 1a4d3a545f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/funzip.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`
- Print the content in a `.gz` archive:
`funzip {{path/to/archive.gz}}`
- Decrypt a `.zip` or `.gz` archive and print the content:
`funzip -password {{password}} {{path/to/archive}}`