Multiple Choice
Which command searches the line the cursor is on for the first occurrence of the string old and replaces it with the string new?
A) :s/old/new
B) :s/new/old
C) :3,15s/old/new/g
D) :%s/old/new/g
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: Which vim command allows you to copy
Q40: Match each statement with an item<br>-An advanced
Q41: Yank commands delete text.
Q42: KWrite has an advanced feature known as
Q43: Describe the autosave Gedit feature and explain
Q44: Match each statement with an item<br>-An advanced
Q45: The main purpose of a text editor
Q47: How many times can you use the
Q48: Match each statement with an item<br>-An advanced
Q49: Which vim command shows line numbers?<br>A) :set