mirror of
https://github.com/Erreur32/cheat.git
synced 2025-03-13 20:18:47 +01:00
8 lines
148 B
Text
8 lines
148 B
Text
# Extract archive
|
|
unzip archive.zip
|
|
|
|
# Test integrity of archive
|
|
unzip -tq archive.zip
|
|
|
|
# List files and directories in a file
|
|
unzip -l archive.zip
|