7z - 7-Zip file archiver with a high compression ratio
7z |
command [switches...] archive_name
[file_names] [@listfile] |
7zz |
command [switches...] archive_name
[file_names] [@listfile] |
7za |
command [switches...] archive_name
[file_names] [@listfile] |
7zr |
command [switches...] archive_name
[file_names] [@listfile] |
7-Zip file archiver with a high compression ratio
There are some variants for 7z executable.
- 7z
- Full featured with plugin support
- 7zz
- Full featured single binary executable with no plugins support
- 7za
- Supports major formats only, no plugins, but smaller executable size
- 7zr
- Only supports LZMA codec and related formats (7z, lzma, xz), no plugins,
but smallest executable size
- a
- Add files to archive
- b
- Benchmark
- d
- Delete files from archive
- e
- Extract files from archive (without using directory names)
- h
- Calculate hash values for files
- i
- Show information about supported formats
- l
- List contents of archive
- rn
- Rename files in archive
- t
- Test integrity of archive
- u
- Update files to archive
- x
- eXtract files with full paths
Copyright © 1999-2023 Igor Pavlov.
Distributed under the LGPL-2.1+ license.