Which command in the vi editor allows you to search for a pattern moving forward through the text?
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.