mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-15 04:50:40 +03:00
349 B
349 B
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 {{compressed.7z}} {{path/to/file}}
- Extract an existing 7z file with original directory structure:
7zr x {{compressed.7z}}
- List the contents of an archive file:
7zr l {{compressed.7z}}