软讯网络 > 操作系统 > Linux > HP-UX:SHELL:VI
【标 题】:HP-UX:SHELL:VI
【关键字】:
HP-UX,SHELL
【来 源】:http://blog.csdn.net/meanson/archive/2007/04/17/1567576.aspx
HP-UX:SHELL:VI
vi
:%s/old_word/new_word/g
replace old_word with the new_word in whole file.
:g/s1/s/s2/s3/g
replace s2 with s3 only in the lines that include string s1