Solved

What Syntax Would a Vim User Choose If They Wanted

Question 24

Multiple Choice

What syntax would a Vim user choose if they wanted to perform a search-and-replace operation on an entire document?


A) :r/"string"/"string"/g
B) %r/"string"/"string"/g
C) :s/"string"/"string"/g
D) %s/"string"/"string"/g

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions