Decompress a file, replacing it with the original uncompressed version

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>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

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

click the source code to copy install lzip on any operating system with command-not-found.com