Home  >  Article  >  php教程  >  A brief discussion on common commands for tar and jar compression and decompression under Linux

A brief discussion on common commands for tar and jar compression and decompression under Linux

高洛峰
高洛峰Original
2017-01-07 13:44:171564browse

As shown below:

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

The above article briefly discusses the common commands for tar and jar compression and decompression under Linux, which is all the editor has shared with you. The content is complete, I hope it can give you a reference, and I also hope that everyone will support the PHP Chinese website.

For more articles on common commands for tar and jar compression and decompression under Linux, please pay attention to the PHP Chinese website!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn