|
Complete.Org:
Mailing Lists:
Archives:
discussion:
November 2001: [aclug-L] Re: dumb sed problem |
|
[aclug-L] Re: dumb sed problem[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Thanks. all Mav --- Thomas Wallis <wallis@xxxxxxxxxxx> wrote: > The word maybe begins with a blank and ends with a > blank. There > are several patterns you might try: > > s/ abc / jkl /g - get all words abc > beginning and ending with SP > s/^abc /^jkl /g - get all words abc at > start of line. > s/ abc$/ jkl$/g - get all words abd at > end of line . > s/^abc$/^jkl$/g - get abc on a line by > itself. > > I could do this easier in Perl than in sed, but the > principle is the same, > I think. > > T W > > > Disclaimer: All opinions expressed here are my own > and not those of WSU. > > EMAIL address: wallis@xxxxxxxxxxx > > > > __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- This is the discussion@xxxxxxxxx list. To unsubscribe, visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
|