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

21
pages.zh/common/pbzip2.md Normal file
View File

@@ -0,0 +1,21 @@
# pbzip2
> `bzip2` 文件压缩器的并行实现。
> 另请参阅:`bzip2`、`tar`。
> 更多信息:<https://manned.org/pbzip2>。
- 压缩文件:
`pbzip2 {{path/to/file}}`
- 使用指定数量的处理器压缩文件:
`pbzip2 -p{{4}} {{path/to/file}}`
- [d]解压文件:
`pbzip2 --decompress {{path/to/compressed_file.bz2}}`
- 显示帮助:
`pbzip2 -h`