Linux 打包压缩解压缩

7 篇文章 5 订阅 ¥9.90 ¥99.00
本文详细介绍了在Linux环境中常用的压缩工具,包括ar、bzip2、gzip、zip、unzip和tar的使用方法,从打包文件到解压缩,涵盖压缩、解压缩、查看压缩包内容等操作。
摘要由CSDN通过智能技术生成

备份压缩

ar

ar 只能操作文件

以下列表

[root@VM-7-27-centos ~]# ll -rt
total 4
-rw-r--r-- 1 root root    0 Dec 14 12:17 cc.a
-rw-r--r-- 1 root root    0 Dec 14 12:17 bb.a
-rw-r--r-- 1 root root    0 Dec 14 12:17 aa.a
-rw-r--r-- 1 root root    0 Dec 14 12:19 c
-rw-r--r-- 1 root root    0 Dec 14 12:19 b
-rw-r--r-- 1 root root    0 Dec 14 12:19 a
drwxr-xr-x 2 root root 4096 Dec 14 12:23 aaa_dir

打包文件 a b c 文件为 abc.bak

[root@VM-7-27-centos ~]# ar rv abc.bak a b c 
ar: creating abc.bak
a - a
a - b
a - c

打包以.c结尾的文件

[root@VM-7-27-centos ~] ar rv two.bak *.c

显示打包的内容

[root@VM-7-27-centos ~] ar t two.bak

删除打包的内容

[root@VM-7-27-centos ~] ar d two.bak aa.a

给包中加入新内容

[root@VM-7-27-centos ~] ar r two.bak aa.a

将包里面的内

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值