lzip

Lzip is a lossless data compressor with a user interface…

lzip

Lzip is a lossless data compressor with a user interface similar to gzip or bzip2. Lzip uses a simplified form of the "Lempel-Ziv-Markovchain-Algorithm"z (LZMA) stream format and provides a 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}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← lzgrep lzless →