From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007311709.NAA16441@smtp4.fas.harvard.edu> To: 9fans@cse.psu.edu, djhender@telusplanet.net Subject: Re: [9fans] Installing the updates From: "Russ Cox" Date: Mon, 31 Jul 2000 13:09:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: efe63d52-eac8-11e9-9e20-41e7f4b1d025 How do I list the contents of a wrap archive? gunzip < arch.9gz | disk/mkext -h How do I list the conflicts between a wrap archive and the current versions (without actually installing anything)? wrap/inst -x arch.9gz will print what it would do, without actually doing anything. wrap/wdiff -l arch.9gz may be worth trying as well. Russ