cheat-fork-echo/cheat/cheatsheets/unzip

9 lines
148 B
Plaintext
Raw Permalink Normal View History

2015-06-13 09:40:39 +02:00
# Extract archive
unzip archive.zip
# Test integrity of archive
unzip -tq archive.zip
# List files and directories in a file
unzip -l archive.zip