2016-02-23 00:50:45 +03:00
|
|
|
# 7zr
|
|
|
|
|
|
|
|
> A file archiver with high compression ratio.
|
|
|
|
> A standalone version of `7z` that only supports .7z files.
|
|
|
|
|
2016-02-23 03:51:52 +03:00
|
|
|
- Archive a file or folder:
|
2016-02-23 00:50:45 +03:00
|
|
|
|
2016-02-23 03:52:36 +03:00
|
|
|
`7zr a {{compressed.7z}} {{path/to/file}}`
|
2016-02-23 00:50:45 +03:00
|
|
|
|
2016-02-23 03:51:52 +03:00
|
|
|
- Extract an existing 7z file with original directory structure:
|
2016-02-23 00:50:45 +03:00
|
|
|
|
2016-02-23 03:52:36 +03:00
|
|
|
`7zr x {{compressed.7z}}`
|
2016-02-23 00:50:45 +03:00
|
|
|
|
2016-02-23 03:51:52 +03:00
|
|
|
- List the contents of an archive file:
|
2016-02-23 00:50:45 +03:00
|
|
|
|
2016-02-23 03:52:36 +03:00
|
|
|
`7zr l {{compressed.7z}}`
|