tldr/pages.zh/common/7zr.md

17 lines
340 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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