
unzip
List of commands for unzip:
-
unzip:tldr:4afdb unzip: Extract the contents of the file(s) to `stdout` alongside the extracted file names.$ unzip -O ${gbk} ${path-to-archive1-zip path-to-archive2-zip ---}try on your machineexplain this command
-
unzip:tldr:5514c unzip: Extract a specific file from an archive.$ unzip -j ${path-to-archive-zip} ${filename_in_archive1 filename_in_archive2 ---}try on your machineexplain this command
-
unzip:tldr:b8b20 unzip: Extract files/directories from archives to `stdout`.$ unzip -c ${path-to-archive1-zip path-to-archive2-zip ---}try on your machineexplain this command