Extract files/directories from Zip archives. See also:
zip
. More information: https://manned.org/unzip.
unzip path/to/archive1.zip path/to/archive2.zip ...
unzip path/to/archive1.zip path/to/archive2.zip ... -d path/to/output
stdout
alongside the extracted file names:unzip -c path/to/archive1.zip path/to/archive2.zip ...
unzip -O gbk path/to/archive1.zip path/to/archive2.zip ...
unzip -l path/to/archive.zip
unzip -j path/to/archive.zip path/to/file1_in_archive path/to/file2_in_archive ...