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
.ziparchive:
funzip {{path/to/archive.zip}} -
Print the content in a
.gzarchive:
funzip {{path/to/archive.gz}} -
Decrypt a
.zipor.gzarchive and print the content:
funzip -password {{password}} {{path/to/archive}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.