Subject: Re: uninstalling
To: Allan 'Norm' Crain <allanc@idea-inc.com>
From: Jim Wise <jimw@numenor.turner.com>
List: port-mac68k
Date: 09/13/1997 18:04:37
On Sat, 13 Sep 1997, Allan 'Norm' Crain wrote:

> Try tar -tzf packagename (this requires redownloading or digging up a copy of
> the packages). This should give you a list of the files in that package. Then
> pipe those names through rm and it should delete 'em. I don't know exactly how
> one would pipe the names through rm though, so don't ask me. :)

	tar ztf _pkgname_ | xargs rm -f

But first, make sure this is what you _really_ want to do...

--
				Jim Wise
				jim.wise@turner.com