-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

lz4


> Compress or decompress .lz4 files.

More information.


Compress a file:

lz4 {file}

Decompress a file:

lz4 -d {file.lz4}

Decompress a file and write to stdout:

lz4 -dc {file.lz4}

Package and compress a directory and its contents:

tar cvf - {path/to/directory} | lz4 - {dir.tar.lz4}

Decompress and unpack a directory and its contents:

lz4 -d {dir.tar.lz4} | tar -xv

Compress a file using the best compression:

lz4 -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 Tue May 21 03:35:43 2024