# Extract archive
unzip archive.zip

# Test integrity of archive
unzip -tq archive.zip

# List files and directories in a file
unzip -l archive.zip
