[oclug] Vim Rulez (was Programming Wars - Final Results)

Joe Burpee jeb at burkby.com
Thu Apr 19 10:24:30 EDT 2001


On Wed, Apr 18, 2001 at 10:15:35PM -0400, Jon Earle wrote:
> >     :%s/^linux rocks/linux rules
> 
> At the beginning of a line... is that what the hat does to the
> expression?  My regex knowlege is lacking - any good resources to pick
> that up?

If you're talking about basic reference material for ^ $ ...
in vi `:help regex'
or man 7 regex for the posix stuff
or man grep, man perlre, man ed, etc.

Joe



More information about the OCLUG mailing list