标签:style blog color sp div log bs as nbsp
:%s/hello/world/g g表示替换改行中的所有匹配处 %表示替换所有行,否则替换当前行 :n1,n2s/hello/world/g 替换n1-n2行中的所有匹配
vi中的批量替换
原文地址:http://www.cnblogs.com/lit10050528/p/4122549.html