In <[EMAIL PROTECTED]>, on
11/06/2002 at 06:07 AM,
   Michael Schwendt <[EMAIL PROTECTED]> said:

>> 
>> Does anyone know how to extract multiple archives with a single
>> command, or is this just something tar can't do?  

>  ls *.tar | xargs -n 1 tar xvf

Whats wrong with:

for i in *.tar ; do tar xvf $i ; done





-- 
-----------------------------------------------------------
Steve Garcia   using MR/2 ICE #10133 with Warp 4  
[EMAIL PROTECTED]
For PGP key, send mail to [EMAIL PROTECTED] with subject "PGP key"
-----------------------------------------------------------
The Operating System/2 Version is 4.50
Revision 14.062
There are 39 Processes with 142 Threads.
GHARLANE: uptime is 11 days, 00:38 hours and 59 seconds
 
*  They that can give up essential liberty to obtain a little temporary  safety 
deserve neither liberty nor safety." -- Benjamin Franklin



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to