unzip
Linux · Files · available in the simulator
What it does
Extracts and lists files in ZIP archives.
Syntax
unzip [opciones] archivo.zip
Options and parameters
-lLists archive contents without extracting.
unzip -l copia.zip-dExtracts files to the specified directory.
unzip copia.zip -d /tmp/destino-oOverwrites existing files without prompting.
-nNever overwrites existing files.
-qQuiet mode.
Usage examples
unzip archivo.zipunzip archivo.zip -d destino/unzip -l copia.zipunzip copia.zip -d /tmp/destino