unzip

中級
1/3
user@linux:~/workspace$
unzip backup.zip

Explanation

Extracts backup.zip into the current directory, recreating the directory layout that was stored inside the archive. Unlike zip, no -r flag is needed because unzip always recreates the embedded directory tree.

Options

-lList archive contents
-dExtract into the given directory
-qQuiet mode (suppress output)
-oOverwrite existing files without prompting
-nNever overwrite existing files
-tTest archive integrity
-vVerbose listing with extra metadata