Answers for "vi replace all"

24

replace all vim

:%s/foo/bar/g
Posted by: Guest on April-09-2020
0

vi replace all

:%s/search_string/replacement_string/g
Posted by: Guest on June-23-2020
0

linux vim replace all

%s/{the word you want to find}/{word to replaced with }/gc
Posted by: Guest on June-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language