Multiple choice technology operating systems

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

  1. To replace word with a space

  2. To continue with search

  3. To search for specified word in backward direction

  4. To search for specified word in forward direction

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

In vi, ?pattern searches backward (up) through the file for the pattern. The forward search uses /pattern. This is vi's bidirectional search feature.