Multiple choice technology platforms and products

?string command will search the file in both direction.

  1. True

  2. False

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

In vi editor, the '?' command searches BACKWARD (upward) through the file, while '/' searches FORWARD (downward). Each has a single direction only. To search in both directions, you must use both commands separately. The '?' does not search in both directions, making the statement false.