-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

xz


> Compress or decompress .xz and .lzma files.

More information.


Compress a file to the xz file format:

xz {file}

Decompress a xz file:

xz -d {file.xz}

Compress a file to the LZMA file format:

xz --format={lzma} {file}

Decompress an LZMA file:

xz -d --format={lzma} {file.lzma}

Decompress a file and write to stdout:

xz -dc {file.xz}

Compress a file, but don't delete the original:

xz -k {file}

Compress a file using the fastest compression:

xz -0 {file}

Compress a file using the best compression:

xz -9 {file}


> 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 17:17:00 2024