From owner-freebsd-doc Wed Jun 27 10: 1:56 2001 Delivered-To: freebsd-doc@freebsd.org Received: from summersault.com (nollie.summersault.com [208.196.32.199]) by hub.freebsd.org (Postfix) with SMTP id D3D5D37B433 for ; Wed, 27 Jun 2001 10:01:51 -0700 (PDT) (envelope-from mark@summersault.com) Received: (qmail 5544 invoked from network); 27 Jun 2001 17:01:42 -0000 Received: from hoobella.summersault.com (HELO summersault.com) (208.196.32.195) by nollie.summersault.com with SMTP; 27 Jun 2001 17:01:42 -0000 Message-ID: <3B3A118D.1632DBC4@summersault.com> Date: Wed, 27 Jun 2001 12:02:17 -0500 From: Mark Stosberg Reply-To: mark@summersault.com Organization: Summersault X-Mailer: Mozilla 4.77C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: John Reynolds~ Cc: doc@FreeBSD.ORG Subject: Re: doc suggestion References: <3B3A0EAB.9B950DC9@summersault.com> <15162.4025.666107.576314@hip186.ch.intel.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org John Reynolds~ wrote: > > [ On Wednesday, June 27, Mark Stosberg wrote: ] > > > > Hello! > > > > pkg_info grizzle* > > > > which is more intuitive (and shorter) than using > > > > pkg_info -a | grep grizzle > > probably a good thing, but a minor nit: > > pkg_info 'grizzle*' -or- pkg_info grizzle\* > > pkg_info will glob the '*' only if it sees it in its argv[] so you have to > escape it from the shell. It seems to work as I decribed on FreeBSD 4.3: (using bash shell) ##### mark@nollie to_home> uname -a FreeBSD nollie.summersault.com 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Wed May 9 16:03:58 EST 2001root@esperanza.summersault.com:/usr/src/sys/compile/NOLLIE.050901 i386 mark@nollie to_home> pkg_info postgres* Information for postgresql-7.0.3: Comment: A robust, next generation, object-relational DBMS Description: .... ########### -mark http://mark.stosberg.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message