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            =   [EMAIL PROTECTED]
Senior Systems Programmer           or  [EMAIL PROTECTED]
Rensselaer Polytechnic Institute    or  [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to