Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
: = 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?)