-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

gunzip


> Extract file(s) from a gzip (.gz) archive.

More information.


Extract a file from an archive, replacing the original file if it exists:

gunzip {archive.tar.gz}

Extract a file to a target destination:

gunzip --stdout {archive.tar.gz} > {archive.tar}

Extract a file and keep the archive file:

gunzip --keep {archive.tar.gz}

List the contents of a compressed file:

gunzip --list {file.txt.gz}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:03:34 2024