Linux中15个最常用的tar命令,一定有你没用过的

在Linux系统中,tar命令是一个非常常用的归档工具,它可以将多个文件或目录打包成一个.tar文件,也可以从.tar文件中提取文件,下面介绍15个最常用的tar命令,希望对你有所帮助。

创建tar文件

1、使用tar命令创建一个.tar文件:

Linux中15个最常用的tar命令,一定有你没用过的

tar -cvf output.tar file1 file2 file3

2、使用tar命令创建一个.tar.gz文件:

tar -czvf output.tar.gz file1 file2 file3

解压tar文件

1、使用tar命令解压一个.tar文件:

tar -xvf input.tar

2、使用tar命令解压一个.tar.gz文件:

tar -xzvf input.tar.gz

查看tar文件内容(不解压)

1、使用tar命令查看一个.tar文件内容:

Linux中15个最常用的tar命令,一定有你没用过的

tar -tvf input.tar

2、使用tar命令查看一个.tar.gz文件内容:

tar -tzvf input.tar.gz

查看tar文件内容(解压)

1、使用tar命令查看一个已解压的.tar文件内容:

tar -tf input.tar

2、使用tar命令查看一个已解压的.tar.gz文件内容:

tar -tZvf input.tar.gz

添加文件到已存在的.tar文件中

1、使用tar命令将单个文件添加到已存在的.tar文件中:

Linux中15个最常用的tar命令,一定有你没用过的

tar -rvf output.tar file1_to_add/file1 file2_to_add/file2 file3_to_add/file3

2、使用tar命令将整个目录添加到已存在的.tar文件中:

tar -rvf output.tar directory_to_add/directory_name/

从已存在的.tar文件中删除文件或目录(不解压)

1、使用tar命令从已存在的.tar文件中删除单个文件:

tar -rfv output.tar file_to_remove/file_name/ --remove-files --no-recursion --force-local --exclude-from=output2.txt --exclude-from=output3.txt --exclude-from=output4.txt --exclude-from=output5.txt --exclude-from=output6.txt --exclude-from=output7.txt --exclude-from=output8.txt --exclude-from=output9.txt --exclude-from=output10.txt --exclude-from=output11.txt --exclude-from=output12.txt --exclude-from=output13.txt --exclude-from=output14.txt --exclude-from=output15.txt --exclude-from=output16.txt --exclude-from=output17.txt --exclude-from=output18.txt --exclude-from=output19.txt --exclude-from=output20.txt --exclude-from=output21.txt --exclude-from=output22.txt --exclude-from=output23.txt --exclude-from=output24.txt --exclude-from=output25.txt --exclude-from=output26.txt --exclude-from=output27.txt --exclude-from=output28.txt --exclude-from=output29.txt --exclude-from=output30.txt --exclude-from=output31.txt --exclude-from=output32.txt --exclude-from=output33.txt --exclude-from=output34.txt --exclude-from=output35.txt --exclude-from=output36.txt --exclude-from=output37.txt --exclude-from=output38.txt --exclude-from=output39.txt --exclude-from=output40.txt --exclude-from=output41.txt --exclude-from=output42.txt --exclude-from=output43.txt --exclude-from=output44.txt --exclude-from=output45.txt --exclude-from=output46.txt --exclude-from=output47.txt --exclude-from=output48.txt --exclude-from=output49.txt --exclude-from=output50.txt --exclude-from=output51.txt --exclude-from=output52.txt --exclude-from=output53.txt --exclude-from=output54.txt --exclude-from=output55.txt --exclude-from=output56

原创文章,作者:K-seo,如若转载,请注明出处:https://www.kdun.cn/ask/149345.html

Like (0)
Donate 微信扫一扫 微信扫一扫
K-seo的头像K-seoSEO优化员
Previous 2023-12-20 13:10
Next 2023-12-20 13:12

相关推荐

  • linux制作光盘镜像

    在Linux环境中,Kickstart是一种无人值守的安装方式,它可以使系统管理员在一台已经在Linux环境中,Kickstart是一种无人值守的安装方式,它可以使系统管理员在一台已经配置好的服务器上创建一个安装镜像,然后将这个镜像复制到多台目标计算机上,通过Kickstart进行自动安装,Red Hat Enterprise Lin……

    2023-12-27
    0118
  • linux如何判断pcre是否安装

    在Linux系统中,我们可以使用多种方法来判断是否已经安装了PCRE(Perl Compatible Regular Expressions),PCRE是一个强大的正则表达式库,广泛应用于各种编程语言和工具中。下面将介绍两种常用的方法来判断PCRE是否安装:通过命令行和查看软件包管理器。1. 通过命令行判断PCRE是否安装:打开终端窗……

    2023-12-01
    0523
  • linux命令按功能分?「linux命令的功能」

    Linux是一个开源的操作系统,其强大的功能和灵活性吸引了大量的开发者和系统管理员,在Linux中,命令行是最常用的交互方式,通过命令行,我们可以完成各种复杂的任务,Linux的命令行工具众多,对于初学者来说,可能会感到困惑,本文将按照功能对Linux命令行工具进行分类,并结合实际应用进行详细的介绍。二、文件和目录操作1. ls:列出……

    2023-11-07
    0135
  • linux服务器中文乱码

    Linux服务器中文乱码问题是一个常见的技术难题,它可能会影响到我们在使用Linux服务器进行开发、测试和运维等工作时的体验,本文将从以下几个方面对Linux服务器中文乱码问题进行详细的技术介绍:1、乱码现象及原因分析在Linux服务器上,我们可能会遇到各种各样的乱码现象,在命令行界面(CLI)中输入中文字符时,显示为乱码或者问号;在……

    2024-01-25
    0232
  • 如何在Linux中注册服务器和镜像?

    要在Linux中注册服务器和镜像,您可以使用Docker。确保您已经安装了Docker。通过运行以下命令将镜像添加到您的服务器:docker pull 镜像名称。这将从Docker Hub下载并安装所需的镜像。您可以使用docker run命令启动容器。

    2024-08-07
    061
  • linux怎么查看nginx是否启动

    查看nginx是否启动在Linux系统中,有多种方法可以查看nginx是否启动,本文将介绍两种常用的方法:使用ps命令和使用systemctl命令。1. 使用ps命令ps命令是Linux系统中用于查看当前进程状态的命令,我们可以通过ps命令结合grep命令来查找nginx进程,具体操作如下:1、打开终端。2、输入以下命令:ps aux……

    2024-02-16
    0326

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

免备案 高防CDN 无视CC/DDOS攻击 限时秒杀,10元即可体验  (专业解决各类攻击)>>点击进入