I have a slew of tar.gz files in a directory, and I want to unpack them in
that directory. I can't seem to "wildcardize" the usual commands I use to do
this:

tar xzvf *tar.gz  (and)

gzip -dc *gz | tar xvf - 

both fail to do it.

Any help, praise, or blame would be welcome at this point!


--
Bob Bernstein                  http://www.ruptured-duck.com


Reply via email to