Date: Fri, 13 Jul 2001 12:59:37 -0400 From: Garance A Drosihn <drosih@rpi.edu> To: Jordan Hubbard <jkh@osd.bsdi.com>, msmith@FreeBSD.ORG Cc: kris@obsecurity.org, cjohnson@palomine.net, nitronarc@foresightone.com, freebsd-stable@FreeBSD.ORG Subject: Re: difficulty uninstalling ports Message-ID: <p0510100eb774d77f2d26@[128.113.24.47]> In-Reply-To: <20010712215240A.jkh@osd.bsdi.com> References: <20010712174441.A52241@xor.obsecurity.org> <200107130107.f6D17T001905@mass.dis.org> <20010712215240A.jkh@osd.bsdi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At 9:52 PM -0700 7/12/01, Jordan Hubbard wrote:
>And, as I'm sure others have pointed out by now, it's even easier
>to do this with the -a flag. :)
>
>Of course, since pkg_delete also supports globbing now, one assumes
>'pkg_delete *' from *any* directory would also work.
watch out there. you wouldn't want your shell to do it's glob-
expansion before pkg_delete even sees the parameter. So, you
might want:
pkg_delete '*'
but probably not
pkg_delete *
when typing that in from "any directory".
disclaimer: I assume that's how it would work, but I'm not going
to try it myself to know for sure... :-)
--
Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu
Senior Systems Programmer or gad@freebsd.org
Rensselaer Polytechnic Institute or drosih@rpi.edu
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p0510100eb774d77f2d26>
