X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=n8TW3mhtW6QEyUl8pUYDJeRxwBmkcKHoMfSzs31IR8q T7g+mY+pPmrewsPolYZQoZuc4bJp1MzVpzZ4FGsHyefwRsloaoAs5wWyCDVuUEVI 1jDpuLrO3ZQ4Ttd9cBBsyNtrQJUcevVMtpZG0I20x6jiVjU+hoGK2JuMs9Ln5h8U = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=yxRHVPIAWpG/aPdWMUuZil6q2TQ=; b=mmTZeRxBNi93e9NSj hqFaCkg5eJhmG0yXFBDAvhxV9l8b7Dz7AqOH7O7r6Dw4Wve7piipL6KSJLK7Dhl7 GnbHzbfu2fkUVwRuBm/dybgMoLZygRX1k2e37jbIP3MKNUB4AjDQ5mbVWpagmLES tpz4qYW2t11UzHJcuKeNuttr2E= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp203.alice.it Message-ID: <53128842.5000706@alice.it> Date: Sun, 02 Mar 2014 02:24:18 +0100 From: Angelo Graziosi User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Unpacking 7z archives on Cygwin64 References: <530A6C4E DOT 3040109 AT alice DOT it> In-Reply-To: <530A6C4E.3040109@alice.it> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Il 23/02/2014 22:46, Angelo Graziosi ha scritto: > On Cygwin64, is there an utility to unpack .7z archives? Now I have just discovered how! Installing the bsdtar and friends packages. I was sure that there was an alternative to p7zip but don't remember which... It is bsdtar... $ bsdtar -tf foo.7z $ bsdtar -xvf foo.7z $ bsdtar -xvf foo.7z -C foo_dir ... Very nice! > > Thanks, > Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple