From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 14:11:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98EE216A4CE for ; Wed, 2 Feb 2005 14:11:54 +0000 (GMT) Received: from smtphost.cis.strath.ac.uk (smtphost.cis.strath.ac.uk [130.159.196.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id C174143D2F for ; Wed, 2 Feb 2005 14:11:53 +0000 (GMT) (envelope-from chodgins@cis.strath.ac.uk) Received: from [192.168.0.4] (chrishodgins.force9.co.uk [84.92.20.141]) j12EBhEA018656; Wed, 2 Feb 2005 14:11:43 GMT Message-ID: <4200E0B9.6000705@cis.strath.ac.uk> Date: Wed, 02 Feb 2005 14:16:25 +0000 From: Chris Hodgins User-Agent: Mozilla Thunderbird 1.0 (X11/20050202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@orchid.homeunix.org References: <20050202131936.59448.qmail@web51702.mail.yahoo.com> <4200D927.5010000@orchid.homeunix.org> In-Reply-To: <4200D927.5010000@orchid.homeunix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner-Information: Please contact support@cis.strath.ac.uk for more information X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 6) X-CIS-MailScanner-From: chodgins@cis.strath.ac.uk cc: freebsd-questions@freebsd.org cc: saravanan ganapathy Subject: Re: keeping freebsd uptodate - doubt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 14:11:54 -0000 [snip] > > >>4) portversion -v > > > 'portversion -v | grep -v "=" ' is what I use. > You shouldn't require the grep...you can do this instead: # portversion -vl"<" [snip] Chris