CompTIA Exam Questions

Which of the following commands will accomplish this from within the editor’s command mode?

A user who has a file open in vi wants to search for the next occurrence of the word ‘coexistence’. Which of the following commands will accomplish this from within the editor’s command mode?

A.
:s/coexistence

B.
— find_forward coexistence

C.
:f coexistence

D.
/coexistence