Linux command
lrzip 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Example
lrzip [path/to/file]
Example
lrzip --bzip2 [path/to/file]
Example
lrzip --zpaq [path/to/file]
Example
lrzip --lzo [path/to/file]
Encrypt
lrzip --encrypt [path/to/file]
Example
lrzip --threads 8 [path/to/file]
Decompress
lrzip -d [path/to/file.lrz]
Example
lrzip -o [output.lrz] [path/to/file]
说明
lrzip (Long Range ZIP) is designed for compressing large files. It uses long-range redundancy reduction followed by compression, achieving high ratios on files with distant matching data.
参数
- -b, --bzip2
- Use BZIP2 compression (balanced)
- -z, --zpaq
- Use ZPAQ compression (maximum, slow)
- -l, --lzo
- Use LZO compression (fast)
- -g, --gzip
- Use GZIP compression
- -e, --encrypt
- Encrypt with password
- -p, --threads N
- Number of processor threads
- -o, --outfile FILE
- Specify output filename
- -d, --decompress
- Decompress the file
- -t, --test
- Test compressed file integrity
- -i, --info
- Show compression information about a compressed file
- -k, --keep
- Keep original file
- -L _N_, --level _N_
- Set compression level 1-9 (default 7)
- -n, --no-compress
- Apply only long-range redundancy reduction without backend compression
- -q, --quiet
- Quiet mode, reduce output verbosity
- -v, --verbose
- Increase verbosity (can be used multiple times)
FAQ
What is the lrzip command used for?
lrzip (Long Range ZIP) is designed for compressing large files. It uses long-range redundancy reduction followed by compression, achieving high ratios on files with distant matching data.
How do I run a basic lrzip example?
Run `lrzip [path/to/file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b, --bzip2 do in lrzip?
Use BZIP2 compression (balanced)