[mdlug] unzip file in multiple disk files
Carl T. Miller
carl at carltm.com
Fri Jul 21 18:42:03 EDT 2023
I would try unzipping them all. What is the output
of this command?
for x in disk?.zip; do unzip -l $x; done
c
On 7/21/23 06:39 PM, Gib wrote:
> How do I unzip files that are in separate files?
>
> disk1.zip
> disk2.zip
> disk3.zip
>
> This is some kind ot multiple file disk group.
> _______________________________________________
> mdlug mailing list
> mdlug at mdlug.org
> http://mdlug.org/mailman/listinfo/mdlug
More information about the mdlug
mailing list