cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c
Tim Kientzle
kientzle at FreeBSD.org
Mon Jun 7 03:49:49 GMT 2004
kientzle 2004-06-07 03:49:48 UTC
FreeBSD src repository
Modified files:
usr.bin/tar bsdtar.1 bsdtar.c
Log:
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
Revision Changes Path
1.9 +18 -0 src/usr.bin/tar/bsdtar.1
1.23 +7 -0 src/usr.bin/tar/bsdtar.c
More information about the cvs-src
mailing list