Multiple choice technology

How to serach a sting inside vi editor?

  1. /search_string

  2. %search_string

  3. _search_strin

  4. None

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In vi editor, searching is done with / followed by the search string. The pattern /search_string will search forward for 'search_string' in the file. The % and _ prefixes are not valid vi search commands. Note the question has typos: 'serach' should be 'search' and 'sting' should be 'string'.