add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

29
pages.zh/linux/lrzip.md Normal file
View File

@@ -0,0 +1,29 @@
# lrzip
> 一个大型文件压缩程序。
> 另请参阅:`lrunzip`、`lrztar`、`lrzuntar`。
> 更多信息:<https://manned.org/lrzip>。
- 使用 LZMA 压缩文件 - 压缩速度较慢,解压速度较快:
`lrzip {{path/to/file}}`
- 使用 BZIP2 压缩文件 - 在压缩和速度之间的良好折中:
`lrzip -b {{path/to/file}}`
- 使用 ZPAQ 压缩 - 极致压缩,但非常慢:
`lrzip -z {{path/to/file}}`
- 使用 LZO 压缩 - 轻度压缩,解压速度极快:
`lrzip -l {{path/to/file}}`
- 压缩文件并进行密码保护/加密:
`lrzip -e {{path/to/file}}`
- 覆盖使用的处理器线程数:
`lrzip -p {{8}} {{path/to/file}}`