TAR(1) | tar | TAR(1) |
tar - tar 档案文件管理程序的 GNU 版本。
tar <操作参数> [选项]
操作参数:
[-]A --catenate --concatenate [-]c --create [-]d --diff --compare [-]r --append [-]t --list [-]u --update [-]x --extract --get --delete
常用选项:
-C, --directory 目录 -f, --file 文件 -j, --bzip2 -J, --xz -p, --preserve-permissions -v, --verbose -z, --gzip
所有选项:
[ -a, --auto-compress ] [ --add-file 文件 ] [
--anchored ] [ --atime-preserve ] [ -b,
--blocking-factor N ] [ -B, --read-full-records ] [
--backup[=备份类型] ] [
--block-compress ] [ -C, --directory 目录 ]
[ --checkpoint ] [ --delay-directory-restore ] [
--exclude 文件或目录 ] [
--exclude-caches ] [ --exclude-caches-all ] [
--exclude-caches-under ] [ --exclude-tag 文件 ] [
--exclude-tag-all 文件 ] [ --exclude-tag-under
文件 ] [ -f, --file
[主机名:]文件 ] [ -F,
--info-script 文件, --new-volume-script
文件 ] [ --force-local ] [ --format
格式 ] [ -g, --listed-incremental 快照
] [ -G, --incremental ] [ --group 组 ] [
-h, --dereference ] [ --help ] [ -i,
--ignore-zeros ] [ -I, --use-compress-program
程序 ] [ --ignore-case ] [ --ignore-command-error
] [ --ignore-failed-read ] [ --index-file 文件 ] [
-j, --bzip2 ] [ -J, --xz ] [ -k,
--keep-old-files ] [ -K, --starting-file
文件 ] [ --keep-newer-files ] [ -l,
--check-links ] [ -L, --tape-length N ] [ --lzip
] [ --lzma ] [ --lzop ] [ -m, --touch,
--modification-time ] [ -M, --multi-volume ] [
--mode 权限 ] [ --mtime 日期 ] [
-N, --after-date 日期, --newer
日期 ] [ --newer-mtime 日期 ] [
--no-anchored ] [ --no-auto-compress ] [
--no-delay-directory-restore ] [ --no-ignore-case ] [
--no-ignore-command-error ] [ --no-overwrite-dir ] [
--no-quote-chars ] [ --no-recursion ] [
--no-same-permissions ] [ --no-unquote ] [
--no-wildcards ] [ --no-wildcards-match-slash ] [
--null ] [ --numeric-owner ] [ -o,
--old-archive, --portability, --no-same-owner ] [
-O, --to-stdout ] [ --occurrence 次数 ] [
--one-file-system ] [ --overwrite ] [ --overwrite-dir ]
[ --owner 用户 ] [ -p, --same-permissions,
--preserve-permissions ] [ -P, --absolute-names ] [
--pax-option 关键字列表 ] [
--posix ] [ --preserve ] [ --quote-chars
字符串 ] [ --quote-style 风格 ] [
-R, --block-number ] [ --record-size
字节数 ] [ --recursion ] [
--recursive-unlink ] [ --remove-files ] [ --restrict ]
[ --rmt-command 命令 ] [ --rsh-command
命令 ] [ -s, --same-order, --preserve-order
] [ -S, --sparse ] [ --same-owner ] [
--show-defaults ] [ --show-omitted-dirs ] [
--show-transformed-names, --show-stored-names ] [
--strip-components 目录层数 ] [
--suffix 后缀 ] [ -T, --files-from
文件 ] [ --test-label ] [ --to-command
命令 ] [ --transform sed表达式 ] [
--totals ] [ -U, --unlink-first ] [ --unquote ]
[ --utc ] [ -v, --verbose ] [ -V, --label
名称 ] [ --version ] [ --volno-file
文件 ] [ -w, --interactive, --confirmation
] [ -W, --verify ] [ --wildcards ] [
--wildcards-match-slash ] [ -X, --exclude-from
文件 ] [ -z, --gzip, --gunzip,
--ungzip ] [ -Z, --compress, --uncompress ] [
-[0-7][lmh] ]
这是tar的GNU版本的手册页。 tar是一个用于储存或提取tar文件的程序。 tar文件可放在磁盘中, 也可以存为普通文件。 tar 的第一个参数必须是操作参数A、c、d、r、t、u、x 中的一个, 参数后面可跟着任意可选选项。 tar的最后一个参数是你要处理的文件或目录的名字。 如果你指定了一个目录, 该目录的所有子目录都将被加入存档。
注意: 当压缩或提取的时候, 压缩类型选项常常是不必需的, 因为tar会根据文件的后缀自动选择压缩类型。
v7 - Unix V7 oldgnu - GNU tar <=1.12 gnu - GNU tar 1.13 ustar - POSIX.1-1988 posix - POSIX.1-2001
排除列在指定文件中的文件
GNU世界的人, 通常不喜欢man手册, 而是写文档代替之。 tar的维护者也是如此。 所以, 这个man手册页可能会不完全, 或者不够新, 它被包含在Gentoo的portage树中, 因为man是一个非常好的工具:)。 这个man手册页最初取自Debian Linux, 从那时起已在这里被很好地更新。
请通过 http://bugs.gentoo.org/ 报告Bug。 翻译问题请联系译者或到 https://github.com/lidaobing/manpages-zh/ 提交问题
Debian Linux http://www.debian.org/ Mike Frysinger <vapier@gentoo.org>
CMPP 中文手册页计划 http://cmpp.linuxforum.net (2001/08/08) Saigut <gosaigut@gmail.com> (2013/11/09)
2014/10/04
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
Mar 2010 | GNU |