$ unzip archive.zip -d dest
$ unzip -l archive.zip
| -l | list the archive contents without extracting |
| -d | extract into the given directory |
| -o | overwrite existing files without prompting |
| -n | never overwrite existing files |
| -q | quiet — suppress the per-file listing |
| -p | extract to standard output (pipe-friendly) |
| -j | junk paths — don't recreate the archive's directory tree |
| -x | exclude files matching the given name(s) |
| -v | verbose / show archive details |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.