unzip 小坑

unzip test.zip 直接将zip解压到当前目录下,保留test级目录。

unzip test.war 直接将.war解压到当前目录,不保留test级目录,所以建议使用 unzip test.war -d test

原文地址:https://www.cnblogs.com/dehigher/p/10184683.html