Howto insert string. (Was: Re: [freebsd-questions] awk quickie.)

Kurt Wall kwall at kurtwerks.com
Mon Aug 7 11:13:19 UTC 2006


On Sun, Aug 06, 2006 at 03:47:32PM -0700, Gary Kline wrote:
> 
> 	I've got 80 or so html/php files. Most do have 
> 
> 	<BODY BGCOLOR=#FFFFFF"> 
> 
> 	but a whole slew do not/are missing the BG color code.
> 	So is there some scripto-magic way of finding out which fles are 
> 	missing the above string?  I know how, using an ed/ex script to
> 	insert this string.  

I'd probably do "grep -vi bgcolor filename"

Kurt


More information about the freebsd-questions mailing list