1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/funzip.md

17 lines
424 B
Markdown
Raw Normal View History

2022-10-25 02:55:11 +05:30
# 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:
2022-10-25 02:55:11 +05:30
`funzip {{path/to/archive.zip}}`
- Print the content in a gzip archive:
2022-10-25 02:55:11 +05:30
`funzip {{path/to/archive.gz}}`
- Decrypt a Zip or gzip archive and print the content:
2022-10-25 02:55:11 +05:30
`funzip -password {{password}} {{path/to/archive}}`