Linux下的tar压缩解压缩命令详解
tar
-c: 建⽴压缩档案
-x:解压
-t:查看内容
-r:向压缩归档⽂件末尾追加⽂件
-u:更新原压缩包中的⽂件
这五个是独⽴的命令,压缩解压都要⽤到其中⼀个,可以和别的命令连⽤但只能⽤其中⼀个。下⾯的参数是根据需要在压缩或解压档案时可选的。
-z:有gzip属性的
-j:有bz2属性的
-Z:有compress属性的
-v:显⽰所有过程
-O:将⽂件解开到标准输出
下⾯的参数-f是必须的
-f: 使⽤档案名字,切记,这个参数是最后⼀个参数,后⾯只能接档案名。
# tar -cf all.tar *.jpg
这条命令是将所有.jpg的⽂件打成⼀个名为all.tar的包。-c是表⽰产⽣新的包,-f指定包的⽂件名。
# tar -rf all.tar *.gif
这条命令是将所有.gif的⽂件增加到all.tar的包⾥⾯去。-r是表⽰增加⽂件的意思。
# tar -uf all.tar logo.gif
这条命令是更新原来tar包all.tar中logo.gif⽂件,-u是表⽰更新⽂件的意思。
# tar -tf all.tar
这条命令是列出all.tar包中所有⽂件,-t是列出⽂件的意思
# tar -xf all.tar
这条命令是解出all.tar包中所有⽂件,-t是解开的意思
压缩
tar -cvf jpg.tar *.jpg //将⽬录⾥所有jpg⽂件打包成tar.jpg
tar -czf *.jpg  //将⽬录⾥所有jpg⽂件打包成jpg.tar后,并且将其⽤gzip压缩,⽣成⼀个gzip压缩过的包,命名为
tar -cjf jpg.tar.bz2 *.jpg //将⽬录⾥所有jpg⽂件打包成jpg.tar后,并且将其⽤bzip2压缩,⽣成⼀个bzip2压缩过的包,命名为jpg.tar.bz2
tar -cZf jpg.tar.Z *.jpg  //将⽬录⾥所有jpg⽂件打包成jpg.tar后,并且将其⽤compress压缩,⽣成⼀个umcompress压缩过的包,命名为jpg.tar.Z
rar a jpg.rar *.jpg //rar格式的压缩,需要先下载rar for linux
zip jpg.zip *.jpg //zip格式的压缩,需要先下载zip for linux
解压
tar -xvf file.tar //解压 tar包
tar -xzvf //解压
tar -xjvf file.tar.bz2  //解压 tar.bz2
tar -xZvf file.tar.Z  //解压tar.Z
unrar e file.rar //解压rar
unzip file.zip //解压zip
总结
1、*.tar ⽤ tar -xvf 解压
2、*.gz ⽤ gzip -d或者gunzip 解压
3、*.和*.tgz ⽤ tar -xzf 解压
4、*.bz2 ⽤ bzip2 -d或者⽤bunzip2 解压
5、*.tar.bz2⽤tar -xjf 解压
6、*.Z ⽤ uncompress 解压
7、*.tar.Z ⽤tar -xZf 解压
8、*.rar ⽤ unrar e解压
9、*.zip ⽤ unzip 解压
解压jdk到指定⽂件夹:
tar -xzvf -C /usr/local/java
root@ubuntu:~# tar --help
⽤法: tar [选项...] [FILE]...
GNU 'tar' saves many files together into a single tape or disk archive, and can restore individual files from the archive.
Examples:
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.
tar -tvf archive.tar # List all files in archive.tar verbosely.
tar -xf archive.tar # Extract all files from archive.tar.
主操作模式:
-A, --catenate, --concatenate 追加 tar ⽂件⾄归档
-c, --create 创建⼀个新归档
-d, --diff, --compare 出归档和⽂件系统的差异
--delete 从归档(⾮磁带!)中删除
-r, --append 追加⽂件⾄归档结尾linux安装jdk环境变量
-t, --list 列出归档内容
--test-label 测试归档卷标并退出
-u, --update 仅追加⽐归档中副本更新的⽂件
-x, --extract, --get 从归档中解出⽂件
操作修饰符:
--check-device 当创建增量归档时检查设备号(默认)
-g, --listed-incremental=FILE 处理新式的 GNU 格式的增量备份
-G, --incremental 处理⽼式的 GNU 格式的增量备份
--ignore-failed-read
当遇上不可读⽂件时不要以⾮零值退出
--level=NUMBER 所创建的增量列表归档的输出级别
-
n, --seek 归档可检索
--no-check-device 当创建增量归档时不要检查设备号
--no-seek 归档不可检索
--occurrence[=NUMBER] 仅处理归档中每个⽂件的第 NUMBER
个事件;仅当与以下⼦命令 --delete,
--diff, --extract 或是 --list
中的⼀个联合使⽤时,此选项才有效。⽽且不管⽂件列表是以命令⾏形式给出或是通过-T 选项指定的;NUMBER 值默认为 1
--sparse-version=MAJOR[.MINOR]
设置所⽤的离散格式版本(隐含
--sparse)
-S, --sparse ⾼效处理离散⽂件
重写控制:
-k, --keep-old-files don't replace existing files when extracting,
treat them as errors
--keep-directory-symlink preserve existing symlinks to directories when
extracting
--keep-newer-files
不要替换⽐归档中副本更新的已存在的⽂件
--no-overwrite-dir 保留已存在⽬录的元数据
--one-top-level[=DIR] create a subdirectory to avoid having loose files
extracted
--overwrite 解压时重写存在的⽂件
-
-overwrite-dir 解压时重写已存在⽬录的元数据(默认)
--recursive-unlink 解压⽬录之前先清除⽬录层次
--remove-files 在添加⽂件⾄归档后删除它们
--skip-old-files don't replace existing files when extracting,
silently skip over them
-U, --unlink-first 在解压要重写的⽂件之前先删除它们
-W, --verify 在写⼊以后尝试校验归档
选择输出流:
--ignore-command-error 忽略⼦进程的退出代码
--no-ignore-command-error
将⼦进程的⾮零退出代码认为发⽣错误
-
O, --to-stdout 解压⽂件⾄标准输出
--to-command=COMMAND
将解压的⽂件通过管道传送⾄另⼀个程序
操作⽂件属性:
--atime-preserve[=METHOD]
在输出的⽂件上保留访问时间,要么通过在读取(默认
METHOD=‘replace’)后还原时间,要不就不要在第⼀次(METHOD=‘system’)设置时间--clamp-mtime only set time when the file is more recent than
what was given with --mtime
--delay-directory-restore
直到解压结束才设置修改时间和所解⽬录的权限
--group=名称强制将 NAME
作为所添加的⽂件的组所有者
--mode=CHANGES 强制将所添加的⽂件(符号)更改为权限
CHANGES
--mtime=DATE-OR-FILE 从 DATE-OR-FILE 中为添加的⽂件设置
mtime
-m, --touch 不要解压⽂件的修改时间
--no-delay-directory-restore
取消 --delay-directory-restore 选项的效果
--no-same-owner
将⽂件解压为您所有(普通⽤户默认此项)
--no-same-permissions
从归档中解压权限时使⽤⽤户的掩码位(默认为普通⽤户服务)
--numeric-owner 总是以数字代表⽤户/组的名称
--owner=名称强制将 NAME
作为所添加的⽂件的所有者
-p, --preserve-permissions, --same-permissions
解压⽂件权限信息(默认只为超级⽤户服务)
--preserve 与 -p 和 -s ⼀样
--same-owner
尝试解压时保持所有者关系⼀致(超级⽤户默认此项)
-s, --preserve-order, --same-order
member arguments are listed in the same order as
the files in the archive
--sort=ORDER directory sorting order: none (default), name or
inode
Handling of extended file attributes:
--acls Enable the POSIX ACLs support
--no-acls Disable the POSIX ACLs support
--no-selinux Disable the SELinux context support
--no-xattrs Disable extended attributes support
--selinux Enable the SELinux context support
--xattrs Enable extended attributes support
--xattrs-exclude=MASK specify the exclude pattern for xattr keys --xattrs-include=MASK specify the include pattern for xattr keys
设备选择和切换:
-f, --file=ARCHIVE 使⽤归档⽂件或 ARCHIVE 设备
--force-local
即使归档⽂件存在副本还是把它认为是本地归档
-F, --info-script=名称, --new-volume-script=名称
在每卷磁带最后运⾏脚本(隐含 -M)
-L, --tape-length=NUMBER 写⼊ NUMBER × 1024 字节后更换磁带-M, --multi-volume 创建/列出/解压多卷归档⽂件
--rmt-command=COMMAND 使⽤指定的 rmt COMMAND 代替 rmt --rsh-command=COMMAND 使⽤远程 COMMAND 代替 rsh
--volno-file=FILE 使⽤/更新 FILE 中的卷数
设备分块:
-b, --blocking-factor=BLOCKS 每个记录 BLOCKS x 512 字节
-B, --read-full-records 读取时重新分块(只对 4.2BSD 管道有效)
-i, --ignore-zeros 忽略归档中的零字节块(即⽂件结尾)
--record-size=NUMBER 每个记录的字节数 NUMBER,乘以 512选择归档格式:
-H, --format=FORMAT 创建指定格式的归档
FORMAT 是以下格式中的⼀种:
gnu GNU tar 1.13.x 格式
oldgnu GNU 格式 as per tar <= 1.12
pax POSIX 1003.1-2001 (pax) 格式
posix 等同于 pax
ustar POSIX 1003.1-1988 (ustar) 格式
v7 old V7 tar 格式
--old-archive, --portability
等同于 --format=v7
--pax-option=关键字[[:]=值][,关键字[[:]=值]]...
控制 pax 关键字
--posix 等同于 --format=posix
-V, --label=TEXT 创建带有卷名 TEXT
的归档;在列出/解压时,使⽤ TEXT
作为卷名的模式串
压缩选项:
-a, --auto-compress 使⽤归档后缀名来决定压缩程序
-
I, --use-compress-program=PROG
通过 PROG 过滤(必须是能接受 -d
选项的程序)
-j, --bzip2 通过 bzip2 过滤归档
-J, --xz 通过 xz 过滤归档
--lzip 通过 lzip 过滤归档
--lzma 通过 xz 过滤归档
--lzop 通过 xz 过滤归档
--no-auto-compress 不使⽤归档后缀名来决定压缩程序
-z, --gzip, --gunzip, --ungzip 通过 gzip 过滤归档
-Z, --compress, --uncompress 通过 compress 过滤归档
本地⽂件选择:
--add-file=FILE 添加指定的 FILE ⾄归档(如果名字以 -
开始会很有⽤的)
--backup[=CONTROL] 在删除前备份,选择 CONTROL 版本
-C, --directory=DIR 改变⾄⽬录 DIR
--exclude=PATTERN 排除以 PATTERN 指定的⽂件
--exclude-backups 排除备份和锁⽂件
--exclude-caches 除标识⽂件本⾝外,排除包含
CACHEDIR.TAG 的⽬录中的内容
--exclude-caches-all 排除包含 CACHEDIR.TAG 的⽬录
--exclude-caches-under 排除包含 CACHEDIR.TAG
的⽬录中所有内容
--exclude-ignore=FILE read exclude patterns for each directory from FILE, if it exists
--exclude-ignore-recursive=FILE
read exclude patterns for each directory and its
subdirectories from FILE, if it exists
--exclude-tag=FILE 除 FILE ⾃⾝外,排除包含 FILE
的⽬录中的内容
--exclude-tag-all=FILE 排除包含 FILE 的⽬录
--exclude-tag-under=FILE 排除包含 FILE 的⽬录中的所有内容
--exclude-vcs 排除版本控制系统⽬录
--exclude-vcs-ignores read exclude patterns from the VCS ignore files -h, --dereference
跟踪符号链接;将它们所指向的⽂件归档并输出
--hard-dereference
跟踪硬链接;将它们所指向的⽂件归档并输出
-K, --starting-file=MEMBER-NAME
begin at member MEMBER-NAME when reading the
archive
--newer-mtime=DATE 当只有数据改变时⽐较数据和时间
--no-null 禁⽤上⼀次的效果 --null 选项
--no-recursion 避免⽬录中的⾃动降级
--no-unquote do not unquote input file or member names
--null -T 读取以空终⽌的名字,-C 禁⽤
-
N, --newer=DATE-OR-FILE, --after-date=DATE-OR-FILE
只保存⽐ DATE-OR-FILE 更新的⽂件
--one-file-system 创建归档时保存在本地⽂件系统中
-P, --absolute-names don't strip leading '/'s from file names
--recursion ⽬录递归(默认)
--suffix=STRING 在删除前备份,除⾮被环境变量
SIMPLE_BACKUP_SUFFIX
覆盖,否则覆盖常⽤后缀(‘’)
-T, --files-from=FILE 从 FILE
中获取⽂件名来解压或创建⽂件
--unquote unquote input file or member names (default)
-
X, --exclude-from=FILE 排除 FILE 中列出的模式串
⽂件名变换:
--strip-components=NUMBER 解压时从⽂件名中清除 NUMBER
个引导部分
--transform=EXPRESSION, --xform=EXPRESSION
使⽤ sed 代替 EXPRESSION
来进⾏⽂件名变换
⽂件名匹配选项(同时影响排除和包括模式串):
--anchored 模式串匹配⽂件名头部
--ignore-case 忽略⼤⼩写
--no-anchored patterns match after any '/' (default for
exclusion)
--no-ignore-case 匹配⼤⼩写(默认)
--no-wildcards 逐字匹配字符串
--no-wildcards-match-slash wildcards do not match '/'
--wildcards 使⽤通配符(默认对 exclusion )
--wildcards-match-slash wildcards match '/' (default for exclusion)
提⽰性输出:
--checkpoint[=NUMBER] 每隔 NUMBER
个记录显⽰进度信息(默认为 10 个)
--checkpoint-action=ACTION 在每个检查点上执⾏ ACTION
--full-time 按⽂件原本时间格式打印
-
-index-file=FILE 将详细输出发送⾄ FILE
-l, --check-links
只要不是所有链接都被输出就打印信息
--no-quote-chars=STRING 禁⽤来⾃ STRING 的字符引⽤
--quote-chars=STRING 来⾃ STRING 的额外的引⽤字符

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。