Talk about Linux under tar jar compression decompression of common commands

  • 2020-05-14 05:46:49
  • OfStack

As follows:


tar cvf /data/d2/apps.tar  apps 
cd /data01/applsrm/SRM 
tar xvf apps.tar 
 
 
jar cvf /data01/xxx.jar   * 
cd wq 
jar  xvf  xxxx.jar 

Related articles: