![vi editor] How to do string replacement](https://aws.darcy-it.com/wp-content/uploads/2021/02/112135308_s_プログラミング_プログラマ_AWS_w500px.jpg)
How to do string replacement in vi editor
What we want to do
Replace all the aws strings in a page with eng while editing vi (replace all at once)
procedure
Example: :%s/Substituted String/Substituted String/
:%s/hoge/fuga/g
Enter
Replace all the aws strings in a page with eng while editing vi (replace all at once)
Example: :%s/Substituted String/Substituted String/
:%s/hoge/fuga/g
Enter