解压 tar, tar.bz2 和 tar.gz 文件

本文介绍了如何使用tar命令来解压常见的三种类型的压缩文件:gzip压缩的.tar.gz或.tgz文件,bzip2压缩的.tar.bz2或.tbz文件,以及未压缩的.tar文件。通过简单的命令语法解释,帮助用户快速掌握不同格式tar文件的解压方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  1. Type at the command prompt
    tar xvzf file-1.0.tar.gz - for uncompress a gzip tar file (.tgz or .tar.gz)
    tar xvjf file-1.0.tar.bz2 - for uncompress a bzip2 tar file (.tbz or .tar.bz2)
    tar xvf file-1.0.tar - for uncompressed tar file (.tar)
    • x = eXtract, this indicated an extraction ( c = create to create )
    • v = verbose (optional) the files with relative locations will be displayed.
    • z = gzip-ped; j = bzip2-zipped
    • f = from/to file ... (what is next after the f is the archive file)
  2. The files will be extracted in the current folder (most of the times in a folder with the name 'file-1.0').
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值