unzip

Extract files from ZIP archives with optional password support

brewmacoslinux
Try with needOr install directly
Source

About

Extraction utility for .zip compressed archives

Commands

unzipzipinfofunzip

Examples

Extract all files from a ZIP archive$ unzip archive.zip
Extract to a specific directory$ unzip archive.zip -d /path/to/directory
List contents without extracting$ unzip -l archive.zip