add new chinese translations
This commit is contained in:
21
pages.zh/linux/patool.md
Normal file
21
pages.zh/linux/patool.md
Normal 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}}`
|
Reference in New Issue
Block a user