Multiple choice technology operating systems esc + /word (Press 'escape' key, type /word-to-find) To search for specified word in backward direction To search for specified word in forward direction To replace word with a space 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.