Files
tldr/pages.zh/common/7zr.md
2019-02-13 16:10:51 +01:00

17 lines
340 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 7zr
> 一个高压缩率的文件归档器.
> `7z`的独立版本,只支持 .7z 文件.
- 归档一个文件或文件夹:
`7zr a {{归档文件.7z}} {{文件路径}}`
- 提取一个已存在的7z文件并保持原来的目录结构:
`7zr x {{归档文件.7z}}`
- 列出一个归档文件的内容:
`7zr l {{归档文件.7z}}`