Multiple choice technology operating systems

esc + /word (Press 'escape' key, type /word-to-find)

  1. To search for specified word in backward direction

  2. To search for specified word in forward direction

  3. To replace word with a space

  4. To continue searching

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

In vi, /pattern searches forward (down) through the file for the pattern. The backward search uses ?pattern. These are the two primary search directions in vi.