解压.tar.gz文件:

tar -zxvf web.tar.gz

tar不支付解压文件到指定的目录!


解压.war .zip文件到指定目录:

unzip web.war -d webapps/ROOT/


本文转载:CSDN博客