freebsd-nq/usr.bin/tar
Tim Kientzle a55bfb25e7 The --include='pattern' option is the natural counterpart to
--exclude='pattern'.

I should have added this a long time ago, since it's so useful for testing.
In particular, it allows me to select a few entries from a troublesome
archive so that I can easily focus my debugging efforts:
   bsdtar -czf new.tgz --include='*foo*' @old.tgz
2004-06-07 03:49:48 +00:00
..
bsdtar_platform.h Style: Use single tab after #define 2004-05-02 22:58:18 +00:00
bsdtar.1 The --include='pattern' option is the natural counterpart to 2004-06-07 03:49:48 +00:00
bsdtar.c The --include='pattern' option is the natural counterpart to 2004-06-07 03:49:48 +00:00
bsdtar.h If -b is specified, then force full padding for the last block. 2004-06-07 03:19:57 +00:00
fts.c Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD 2004-05-04 17:21:01 +00:00
fts.h Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD 2004-05-04 17:21:01 +00:00
Makefile Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh> 2004-06-03 23:43:40 +00:00
matching.c Both "foo/" and "foo" should match "foo/bar", so strip 2004-06-02 07:23:54 +00:00
read.c If -b is specified, then force full padding for the last block. 2004-06-07 03:19:57 +00:00
util.c Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh> 2004-06-03 23:43:40 +00:00
write.c Ooops! Previous commit added an over-zealous error check. 2004-06-07 03:38:17 +00:00