mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 01:55:32 +02:00
7zr: add Chinese translation.
This commit is contained in:
parent
8f5bee6875
commit
2484529a83
1 changed files with 16 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue