On Wed, 03 Jan 2001 00:55:23 [EMAIL PROTECTED] wrote:
>I've tried a slew of different things, none of which have worked.
>Basically, if I could tell sed to only replace whole words, I'd be set. 

In perl, the \b construct denotes a word border. So /\bWORD\b/ should find
WORD by itself (if the same works with sed).

-- 
Anthony E. Greene <[EMAIL PROTECTED]> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
Chat:  AOL/Yahoo: TonyG05    ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to