mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
# Extract archive
|
|
unzip archive.zip
|
|
|
|
# Test integrity of archive
|
|
unzip -tq archive.zip
|
|
|
|
# List files and directories in a file
|
|
unzip -l archive.zip
|