-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

lrzip


> A large file compression program.

> See also `lrunzip`, `lrztar`, `lrzuntar`.

More information.


Compress a file with LZMA - slow compression, fast decompression:

lrzip {filename}

Compress a file with BZIP2 - good middle ground for compression/speed:

lrzip -b {filename}

Compress with ZPAQ - extreme compression, but very slow:

lrzip -z {filename}

Compress with LZO - light compression, extremely fast decompression:

lrzip -l {filename}

Compress a file and password protect/encrypt it:

lrzip -e {filename}

Override the number of processor threads to use:

lrzip -p {8} {filename}


> 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 Fri May 17 14:56:50 2024