Which command is used to search forward in the vi editor?

Choose the correct answer

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.

Which command is used to search forward in the vi ed… — Basic of linux unix | PakQuizHub