2016-02-22 16:50:45 -05:00
|
|
|
# 7zr
|
|
|
|
|
|
|
|
> A file archiver with high compression ratio.
|
|
|
|
> A standalone version of `7z` that only supports .7z files.
|
2019-01-30 11:19:23 +00:00
|
|
|
> Homepage: <https://www.7-zip.org/>.
|
2016-02-22 16:50:45 -05:00
|
|
|
|
2016-02-22 19:51:52 -05:00
|
|
|
- Archive a file or folder:
|
2016-02-22 16:50:45 -05:00
|
|
|
|
2016-08-18 15:20:36 +05:30
|
|
|
`7zr a {{archived.7z}} {{path/to/file}}`
|
2016-02-22 16:50:45 -05:00
|
|
|
|
2016-02-22 19:51:52 -05:00
|
|
|
- Extract an existing 7z file with original directory structure:
|
2016-02-22 16:50:45 -05:00
|
|
|
|
2016-08-18 15:20:36 +05:30
|
|
|
`7zr x {{archived.7z}}`
|
2016-02-22 16:50:45 -05:00
|
|
|
|
2016-02-22 19:51:52 -05:00
|
|
|
- List the contents of an archive file:
|
2016-02-22 16:50:45 -05:00
|
|
|
|
2016-08-18 15:20:36 +05:30
|
|
|
`7zr l {{archived.7z}}`
|