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. /coexistence
B. :f coexistence
C. :s/coexistence
D. -- find_forward coexistence









Answer: A


Learn More :