System Grab Bag

View all TLDR pages from common (or from all pages)

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

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.