mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 22:04:59 +02:00
7zr: add page (based on 7za)
This commit is contained in:
parent
d824c4f7f3
commit
8257a02c65
1 changed files with 16 additions and 0 deletions
16
pages/common/7zr.md
Normal file
16
pages/common/7zr.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 7zr
|
||||
|
||||
> A file archiver with high compression ratio.
|
||||
> A standalone version of `7z` that only supports .7z files.
|
||||
|
||||
- Compress directory or file:
|
||||
|
||||
`7zr a {{compressed.7z}} {{directory_or_file_to_compress}}`
|
||||
|
||||
- Decompress an existing 7z file with original directory structure:
|
||||
|
||||
`7zr x {{compressed.7z}}`
|
||||
|
||||
- Create multipart 7zip file; `part_size` specifies part size in Bytes, Kilobytes, Megabytes or Gigabytes:
|
||||
|
||||
`7zr -v{{part_size}}{{[b|k|m|g]}} {{compressed.7z}} {{directory_or_file_to_compress}}`
|
Loading…
Add table
Reference in a new issue