⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 exclude.at

📁 gnu tar 源码包。 tar 软件是 Unix 系统下的一个打包软件
💻 AT
字号:
# Process this file with autom4te to create testsuite. -*- Autotest -*-# Test suite for GNU tar.# Copyright (C) 2007 Free Software Foundation, Inc.# This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 3, or (at your option)# any later version.# This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.# You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA# 02110-1301, USA.# Test the functioning of --exclude-caches and --exclude-tag option familiesAT_SETUP([exclude])AT_KEYWORDS([exclude])AT_TAR_CHECK([AT_SORT_PREREQmkdir direcho blues > dir/bluesecho jazz > dir/jazzmkdir dir/folkecho tagfile > dir/folk/tagfileecho sanjuan > dir/folk/sanjuanmkdir dir/rockecho "Signature: 8a477f597d28d172789f06886806bc55" > dir/rock/CACHEDIR.TAGecho "test" > dir/rock/filefor option in exclude-caches exclude-caches-under exclude-caches-all do  echo OPTION $option  tar -cf archive.tar --$option -v dir 2>err | sort  cat err  echo ARCHIVE  tar tf archive.tar | sortdonefor option in exclude-tag exclude-tag-under exclude-tag-all do  echo OPTION $option  tar -cf archive.tar --${option}=tagfile -v dir 2>err | sort  cat err  echo ARCHIVE  tar tf archive.tar | sortdone],[0],[OPTION exclude-cachesdir/dir/bluesdir/folk/dir/folk/sanjuandir/folk/tagfiledir/jazzdir/rock/dir/rock/CACHEDIR.TAGtar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumpedARCHIVEdir/dir/bluesdir/folk/dir/folk/sanjuandir/folk/tagfiledir/jazzdir/rock/dir/rock/CACHEDIR.TAGOPTION exclude-caches-underdir/dir/bluesdir/folk/dir/folk/sanjuandir/folk/tagfiledir/jazzdir/rock/tar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; contents not dumpedARCHIVEdir/dir/bluesdir/folk/dir/folk/sanjuandir/folk/tagfiledir/jazzdir/rock/OPTION exclude-caches-alldir/dir/bluesdir/folk/dir/folk/sanjuandir/folk/tagfiledir/jazztar: dir/rock/: contains a cache directory tag CACHEDIR.TAG; directory not dumpedARCHIVEdir/dir/bluesdir/folk/dir/folk/sanjuandir/folk/tagfiledir/jazzOPTION exclude-tagdir/dir/bluesdir/folk/dir/folk/tagfiledir/jazzdir/rock/dir/rock/CACHEDIR.TAGdir/rock/filetar: dir/folk/: contains a cache directory tag tagfile; contents not dumpedARCHIVEdir/dir/bluesdir/folk/dir/folk/tagfiledir/jazzdir/rock/dir/rock/CACHEDIR.TAGdir/rock/fileOPTION exclude-tag-underdir/dir/bluesdir/folk/dir/jazzdir/rock/dir/rock/CACHEDIR.TAGdir/rock/filetar: dir/folk/: contains a cache directory tag tagfile; contents not dumpedARCHIVEdir/dir/bluesdir/folk/dir/jazzdir/rock/dir/rock/CACHEDIR.TAGdir/rock/fileOPTION exclude-tag-alldir/dir/bluesdir/jazzdir/rock/dir/rock/CACHEDIR.TAGdir/rock/filetar: dir/folk/: contains a cache directory tag tagfile; directory not dumpedARCHIVEdir/dir/bluesdir/jazzdir/rock/dir/rock/CACHEDIR.TAGdir/rock/file],[],[],[],[ustar])AT_CLEANUP

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -