1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:02:08 +02:00
tldr/pages/common/funzip.md
2022-10-24 18:25:11 -03:00

16 lines
432 B
Markdown

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