In the vi editor, which command initiates a forward search for a specified pattern?
Explanation
In vi, the slash (/) command is used to search forward through the text for a given pattern, while the question mark (?) searches backward.
In vi, the slash (/) command is used to search forward through the text for a given pattern, while the question mark (?) searches backward.