Date: Thu, 23 Sep 1999 17:54:00 -0500 From: "Matthew D. Fuller" <fullermd@futuresouth.com> To: Darryl Okahata <darrylo@sr.hp.com> Cc: freebsd-current@FreeBSD.ORG, Anton Berezin <tobez@plab.ku.dk> Subject: Re: ccd build failure Message-ID: <19990923175400.M10357@futuresouth.com> In-Reply-To: <199909232151.OAA06536@mina.sr.hp.com>; from Darryl Okahata on Thu, Sep 23, 1999 at 02:51:15PM -0700 References: <199909231942.VAA01843@dorifer.heim3.tu-clausthal.de> <199909232151.OAA06536@mina.sr.hp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 23, 1999 at 02:51:15PM -0700, a little birdie told me that Darryl Okahata remarked > Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de> wrote: > > > Uhm... Maybe I misunderstand what your 100-line perl script > > does, but I use the following 3-line shell script instead: > > > > #!/bin/sh - > > cvs status | grep '^File:' | grep -v 'Status: Up-to-date$' > > true > > This works (and is faster), but it doesn't give you concise, > nicely-formatted pathnames. Personally, I prefer status like: OK: #!/bin/sh (cvs status | grep '^File:' | grep -v 'Status: Up-to-date$') 2> /dev/null -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ FutureSouth Communications | ISPHelp ISP Consulting "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990923175400.M10357>