-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

lrzuntar


> A wrapper for `lrunzip` to simplify decompression of directories.

> See also: `lrztar`, `lrzip`.

More information.


Decompress from a file to the current directory:

lrzuntar {path/to/archive.tar.lrz}

Decompress from a file to the current directory using a specific number of processor threads:

lrzuntar -p {8} {path/to/archive.tar.lrz}

Decompress from a file to the current directory and silently overwrite items that already exist:

lrzuntar -f {archive.tar.lrz}

Specify the output path:

lrzuntar -O {path/to/directory} {archive.tar.lrz}

Delete the compressed file after decompression:

lrzuntar -D {path/to/archive.tar.lrz}


> 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:02:49 2024