7zr: add Chinese translation.
This commit is contained in:
16
pages.zh/common/7zr.md
Normal file
16
pages.zh/common/7zr.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# 7zr
|
||||||
|
|
||||||
|
> 一个高压缩率的文件归档器.
|
||||||
|
> `7z`的独立版本,只支持 .7z 文件.
|
||||||
|
|
||||||
|
- 归档一个文件或文件夹:
|
||||||
|
|
||||||
|
`7zr a {{归档文件.7z}} {{文件路径}}`
|
||||||
|
|
||||||
|
- 提取一个已存在的7z文件,并保持原来的目录结构:
|
||||||
|
|
||||||
|
`7zr x {{归档文件.7z}}`
|
||||||
|
|
||||||
|
- 列出一个归档文件的内容:
|
||||||
|
|
||||||
|
`7zr l {{归档文件.7z}}`
|
Reference in New Issue
Block a user