lzip Command Examples

A lossless data compressor with a user interface similar to gzip or bzip2. Lzip uses a simplified form of the "Lempel-Ziv-Markovchain-Algorithm" (LZMA) stream format and provides 3-factor integrity checking to maximize interoperability and optimize safety. More information: https://www.nongnu.org/lzip.

lzip {{path/to/file}}

lzip -k {{path/to/file}}

lzip -k {{path/to/file}} --best

lzip -k {{path/to/file}} --fast

lzip --test {{path/to/archive.lz}}

lzip -d {{path/to/archive.lz}}

lzip -d -k {{path/to/archive.lz}}

lzip --list {{path/to/archive.lz}}