tarwc - a wrapper around tar(1) that supports wildcards
DESCRIPTION
tarwc is a wrapper for tar(1) that modifies the t and x
commands to take wildcard patterns as arguments instead of
file names.
For example, to list all the files ending in .c in a
tarball, you could use :
$ tarwc -tzf foo.tar.gz "*.c"
Likewise, to extract all the files named README :
$ tarwc -xzf foo.tar.gz "*/README"
You need a cpio(1) command that can read tar archives. GNU
cpio does, others probably don't.
BUILDING AND INSTALLING
To compile :
$ make
To install in /usr/local :
# make install
To install /somewhere/else :
$ make PREFIX=/somewhere/else install
LEGAL
tarwc is copyright André Majorel 2002.
This program is free software; you can redistribute it
and/or modify it under the terms of version 2 of the GNU
General Public License as published by the Free Software
Foundation.
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., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA
HOME PAGE
http://www.teaser.fr/~amajorel/tarwc/
1_474 2002-09-21 README
10_000 2002-09-21 tarwc-0.1.0.tar.gz