linux解压zip到指定文件夹
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux解压zip到指定文件夹相关的知识,希望对你有一定的参考价值。
参考技术A 题主你好,使用unzip命令以及-d参数, 具体语法如下:
unzip -d 目的目录 zip压缩包
-----
举例来说, 我有一个压缩包名为 hello.zip , 我想将里面的文件解压到/home/ok下,则使用命令:
unzip -d /home/ok hello.zip
希望可以帮到题主, 欢迎追问.
求助:window下可以解压的zip文件,linux下解压错误
1、在windows下,可以用winrar直接解压。
2、在Linux下执行:unzip abc.mr.zip
显示:End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: abc.mr.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of abc.mr.zip or
abc.mr.zip.zip, and cannot find abc.mr.zip.ZIP, period.
哪位大侠帮忙看看。
unzip 只能解压缩 zip 文件,而且是老版本。Winzip 还有几个软件自己修改了 zip 格式,这个新格式只有他们自己支持。而且这些格式是不开放的,只能用这几个软件来解压缩。
Windows 下面的解压缩软件很多都是支持多种压缩格式的,这种软件不看扩展名,而是看文件头确定压缩格式,之后再调用对应的解压缩功能。本回答被提问者采纳
以上是关于linux解压zip到指定文件夹的主要内容,如果未能解决你的问题,请参考以下文章