Cmd Generator

unzip

Extract compressed zip archives.

unzip

Examples

# Extract to current dir
unzip archive.zip

# Extract to specific dir
unzip archive.zip -d /target/dir

# List contents
unzip -l archive.zip

# Overwrite without prompt
unzip -o archive.zip

# Test integrity
unzip -t archive.zip

Sponsors