Which command is used to search forward in the vi editor?
Explanation
In vi editor, the forward search is executed using the '/pat' command. The ':pat' and '?pat' commands are not used for forward searching, while '?pat' searches backward.
In vi editor, the forward search is executed using the '/pat' command. The ':pat' and '?pat' commands are not used for forward searching, while '?pat' searches backward.