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/linux/patool.md Normal file
View File

@@ -0,0 +1,21 @@
# patool
> 归档文件管理器。
> 可以创建、提取、测试、列出、搜索、重新打包和比较各种归档格式。
> 更多信息:<https://github.com/wummel/patool>。
- 提取归档:
`patool extract {{path/to/archive}}`
- 列出归档的内容:
`patool list {{path/to/archive}}`
- 比较两个归档的内容并在标准输出中显示差异:
`patool diff {{path/to/archive1}} {{path/to/archive2}}`
- 在归档内容中搜索字符串:
`patool search {{path/to/archive}}`