7za โ€” File archiver with a high compression ratio. Similar to `7z` except that it supports fewer file types but is cross-platform. # source: tldr ยท verified Examples: # archive a file or directory $ 7za a path/to/archive.7z path/to/file_or_directory # Encrypt an existing archive (including file names) $ 7za a path/to/encrypted.7z -ppassword -mhe=on path/to/archive.7z # Extract an archive preserving the original directory structure $ 7za x path/to/archive.7z # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/7za