1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 08:35:53 +02:00
tldr/pages/common/7zr.md
Starbeamrainbowlabs 45ec3033c0
Revert "multiple pages: add homepages"
This reverts commit 347e557303.
2018-12-19 23:33:18 +00:00

16 lines
343 B
Markdown

# 7zr
> A file archiver with high compression ratio.
> A standalone version of `7z` that only supports .7z files.
- Archive a file or folder:
`7zr a {{archived.7z}} {{path/to/file}}`
- Extract an existing 7z file with original directory structure:
`7zr x {{archived.7z}}`
- List the contents of an archive file:
`7zr l {{archived.7z}}`