码迷,mamicode.com
首页 > 系统相关 > 详细

linux 打压缩包

时间:2018-05-02 15:51:12      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:tar   文件压缩   class   pre   inux   txt   wms   jce   命令   

使用zip和unzip命令,可以把文件压缩为.zip的压缩包,这种格式的压缩包在linux系统windows系统都可以解压,两者是互通的。
比如在linux上操作压缩test.txt文件:
zip -r  test.zip  test.txt 

生产的文件test.zip 就可以在windows系统解压缩打开。

同理windows系统的.zip压缩包也可以在linux系统解压,命令如下:
unzip  test.zip

linux 打压缩包

标签:tar   文件压缩   class   pre   inux   txt   wms   jce   命令   

原文地址:https://www.cnblogs.com/blange/p/8979843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!