7zr
all
File archiver with a high compression ratio. Similar to `7z` except that it only supports 7z files.
More info →Examples (7)
[a]rchive a file or directory
7zr a path/to/archive.7z path/to/file_or_directoryEncrypt an existing archive (including file names)
7zr a path/to/encrypted.7z -ppassword -mhe=on path/to/archive.7z[l]ist the contents of an archive
7zr l path/to/archive.7zSet the level of compression (higher means more compression, but slower)
7zr a path/to/archive.7z -mx=0|1|3|5|7|9 path/to/file_or_directorymade by @shridhargupta | data from tldr-pages