Forrest logo
tool overview
On this page you find all important commands for the CLI tool lrzip. If the command you are looking for is missing please ask our AI.

lrzip

lrzip is a command line tool that stands for "Long Range ZIP" and is used for compressing and decompressing files. It was developed by Con Kolivas and is known for its ability to achieve very high compression ratios. Unlike traditional compression tools, lrzip uses a unique compression algorithm called the "Lzma" or "LZMA-Raid" algorithm, which is optimized for compressing large files. This tool is designed to work with both single files and directories, making it suitable for a wide range of use cases. Additionally, lrzip supports multi-threaded compression and decompression, allowing for faster performance when processing large files. It also provides functionalities such as error detection and recovery, integrity checks, and encryption for secure compression. Overall, lrzip offers a powerful and efficient solution for users who require high compression ratios and fast processing speeds.

List of commands for lrzip:

  • lrzip:tldr:0db5b lrzip: light compression, extremely fast decompression.
    $ lrzip -l ${filename}
    try on your machine
    explain this command
  • lrzip:tldr:8e16b lrzip: Compress a file and password protect/encrypt it.
    $ lrzip -e ${filename}
    try on your machine
    explain this command
  • lrzip:tldr:951ab lrzip: Override the number of processor threads to use.
    $ lrzip -p ${8} ${filename}
    try on your machine
    explain this command
  • lrzip:tldr:aefcd lrzip: extreme compression, but very slow.
    $ lrzip -z ${filename}
    try on your machine
    explain this command
  • lrzip:tldr:c2841 lrzip: slow compression, fast decompression.
    $ lrzip ${filename}
    try on your machine
    explain this command
  • lrzip:tldr:e06be lrzip: good middle ground for compression/speed.
    $ lrzip -b ${filename}
    try on your machine
    explain this command
tool overview