Date: Mon, 7 Jun 2004 03:49:48 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c Message-ID: <200406070349.i573nmiA067113@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406070349.i573nmiA067113>
