MLUG: Re: [UUG/MLUG] xemacs question
Re: [UUG/MLUG] xemacs question
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
i = case insensitive search

Anyone know the url for a good vi tutorial?  

I've had the inclination to buy the O'reilly book but I never have for
one reason or another

Jay

EMAIL:PROTECTED wrote:
> 
> : = enter colon command mode
> % = apply to all lines in the file
> s/teh/the/ = substitute the for teh
> i = I can't remember this one
> g = match more than once per line
> 
> > for those of us less skilled in vi(but learning), could someone drop the lay
> > person translation on that vi command?
> >
> > :%s/teh/the/ig<return>
> > (teh/the is fairly obvious, but what's the rest mean?)