Home > php教程 > PHP开发 > body text

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

高洛峰
Release: 2017-01-07 13:44:17
Original
1576 people have browsed it

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
Copy after login

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!


Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!