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 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



Leave a Reply 2

Your email address will not be published. Required fields are marked *