7z โ€” File archiver with a high compression ratio. # source: tldr ยท verified Examples: # add a file or directory to a new or existing archive $ 7z a path/to/archive.7z path/to/file_or_directory # Encrypt an existing archive (including filenames) $ 7z a path/to/encrypted.7z -ppassword -mhe=on path/to/archive.7z # Extract an archive preserving the original directory structure $ 7z x path/to/archive.7z # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/7z