9fans archive / 2000 / 07 / 715 /    prev next

From: "Russ Cox" <rsc@pla...>
Subject: Re: [9fans] Installing the updates
Date: Mon, 31 Jul 2000 13:09:34 -0400

	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