nice new tester for archives, plus a renaming.
[feisty_meow.git] / database / patterns / vi / pattern_auto_replacement
1
2
3 pattern that automates making changes in a lot of files with vi.
4 system_config is to be changed to path_config.  substitute as needed.
5
6 :1,$s/system_config/path_config/g
7 :wn
8
9