Which command in the vi editor allows you to search for a pattern moving forward through the text?

Choose the correct answer

Explanation

In vi, the forward search for a pattern is performed using the '/' command. The '?' command searches backward, while '//' and '??' are not valid search commands.

Which command in the vi editor allows you to search … — Basic of linux unix | PakQuizHub