filmov
tv
032 - How to replace a string across multiple files? | VIM Editor

Показать описание
Please find commands here:
vi file1 file2 -O - Opens two files in vertical windows
:windo %s/foo/bar/g - Replaces all the occurrences of "foo" to "bar" across all the opened files
vi file1 file2 -O - Opens two files in vertical windows
:windo %s/foo/bar/g - Replaces all the occurrences of "foo" to "bar" across all the opened files