mirror of https://github.com/CrimsonTome/tldr.git
348 B
348 B
7zr
A file archiver with high compression ratio. A standalone version of
7z
that only supports .7z files.
- Archive a file or folder:
7za a {{compressed.7z}} {{path/to/file}}
- Extract an existing 7z file with original directory structure:
7za x {{compressed.7z}}
- List the contents of an archive file:
7z l {{compressed.7z}}