如何使解压缩不包含根文件夹名称?例如:
unzip target/apollo-configservice-1.4.0-github.zip -d abc
执行命令后,目标文件夹abc
包含文件夹名称apollo-configservice-1.4.0-github
,如何将文件精确定位到abc文件夹。现在我的目录结构如下:./abc/apollo-configservice-1.4.0-github/a.txt
(I确实想要这样的文件夹结构:./abc/a.txt
。顺便说一下,这是我的zip命令:
zip -r apollo-configservice-1.4.0-github.zip apollo-configservice-1.4.0-github