In vi editor, forward search is performed using the command.
A. :pat
B. ?pat
C. /pat
D. All of the above
E. None of the above
Answer: Option C
Solution (By Examveda Team)
In the vi editor, forward search is performed using the / command followed by the pattern you want to search for. This command allows you to search forward from the current cursor position for the specified pattern.So, /pat is the command used in the vi editor for forward search.
Join The Discussion