首页 > 系统 > Linux > 正文

Linux压缩与解压缩文件格式讲解

2020-10-14 22:38:48
字体:
来源:转载
供稿:网友

Linux压缩与解压缩文件格式讲解.

  1、压缩文件

  tar -zcvf test.tar test.sql

  说明:将test.sql压缩成test.tar文件

  2、解压缩文件

  tar xzvf test.tar

  说明:解压test.tar文件


(责任编辑:VEVB)

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表