What is the command used to replace many characters?
Answers were Sorted based on User's Feedback
Answer / hawai
this question should bhave been for many same words that
appear many times, for this press escape to go to command
line, then type
:%s/old_word/new_word/g
g for global
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / shweta
for replce many character in vi editor press esc key and
then press R for replce many character.
| Is This Answer Correct ? | 8 Yes | 1 No |
What is the format of vi command?
How to return to shell without leaving vi editor?
How to create a .exrc file in vi editor?
What does the /text command do?
What is the difference between ZZ and :wq commands?
What is the command used to display line numbers in vi editor?
what is the command used to append to buffer?
What is the command used to replace many characters?
what is the command used to append text after current line?
what are the two different modes in vi editor?
what is the command used to delete current line in vi editor?
what does the c$ command do from command mode?