linux 解压缩zip
Posted 苹果园dog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 解压缩zip相关的知识,希望对你有一定的参考价值。
unzip -o -d /home/sunny myfile.zip
把myfile.zip文件解压到 /home/sunny/
-o:不提示的情况下覆盖文件;
-d:-d /home/sunny 指明将文件解压缩到/home/sunny目录下;
unzip -o -d /data/thrc_zhf/release/156tuisong/data/data/building/beijing_chouxi/beijingsanwei_chouxi beijingsanwei_chouxi.zip
以上是关于linux 解压缩zip的主要内容,如果未能解决你的问题,请参考以下文章