From owner-freebsd-questions@FreeBSD.ORG Wed Aug 8 14:47:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46D6616A419 for ; Wed, 8 Aug 2007 14:47:26 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 653E713C48A for ; Wed, 8 Aug 2007 14:47:24 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l78El8tR062112; Wed, 8 Aug 2007 16:47:08 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l78El8eL062109; Wed, 8 Aug 2007 16:47:08 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 8 Aug 2007 16:47:08 +0200 (CEST) From: Wojciech Puchar To: Ian Smith In-Reply-To: Message-ID: <20070808164646.J62070@wojtek.tensor.gdynia.pl> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org, Tsu-Fan Cheng Subject: Re: what to do with this..? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2007 14:47:26 -0000 > > You can 'unzip 1' for 1.zip, but need to 'unzip 2.z01' and so on; that > is, you need to specify the full filename unless it ends in '.zip', but > unzip will work on any valid zipfile whatever it's called. See unzip(1) > > Try running 'unzip -l 2.z01' and if it lists properly, 'unzip -t 2.z01' > to test the archive contents, before unzipping for real. > > If that doesn't help, quote us exactly what you try, and the response. possibly it's simply splited files so cat ?.z* >onefile.zip and then unzipping? > > Cheers, Ian > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > >