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

posted on 2020-05-20 13:31  苹果园dog  阅读(628)  评论(0编辑  收藏  举报

导航