RE: need unzip help


Subject: RE: need unzip help
From: Leif Sawyer (lsawyer@gci.com)
Date: Wed Jan 07 2004 - 08:57:15 AKST


Dee writes:
>
> Hello,
>
> While trying to use the unzip command to decompress the
> MegafontXXL CD,
> I get several errors:
>
[..]
> And:
>
> papa:/media/cdrom/standard.ttf # unzip *.zip -d
> /usr/X11R6/lib/X11/fonts/truetype/
> Archive: aarg60.zip
> caution: filename not matched: aargb60.zip
> caution: filename not matched: aargp60.zip
> caution: filename not matched: abil.zip
> caution: filename not matched: abos.zip
> caution: filename not matched: abso.zip
> caution: filename not matched: acce.zip
> caution: filename not matched: acsbb.zip
> caution: filename not matched: acsb.zip
> (etc.)
[...]
>
> So what's the best way to get these decompressed en masse ?

You've got a couple quick choices

for i in *.zip; do unzip -d $i; done

ls *.zip | xargs unzip -d

-- Binary/unsupported file stripped by Listar --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Wed Jan 07 2004 - 08:57:20 AKST