unzip - manual page for unzip 1.31.1
unzip [-lnojpq] FILE[.zip] [FILE]... [-x
FILE...] [-d DIR]
BusyBox v1.31.1 (2020-04-30 13:38:01 EDT) multi-call binary.
Extract FILEs from ZIP archive
- -l
- List contents (with -q for short form)
- -n
- Never overwrite files (default: ask)
- -o
- Overwrite
- -j
- Do not restore paths
- -p
- Print to stdout
- -q
- Quiet
-x FILE Exclude FILEs
- -d DIR
- Extract into DIR