-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pigz


> Multithreaded zlib compression utility.

More information.


Compress a file with default options:

pigz {filename}

Compress a file using the best compression method:

pigz -9 {filename}

Compress a file using no compression and 4 processors:

pigz -0 -p{4} {filename}

Compress a directory using tar:

tar cf - {path/to/directory} | pigz > {filename}.tar.gz

Decompress a file:

pigz -d {archive.gz}

List the contents of an archive:

pigz -l {archive.tar.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 03:20:57 2024