Multiple choice technology operating systems

_____ searches for a text string in a file.

  1. LOOKUP

  2. FIND

  3. STRFIND

  4. SEARCH

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

The FIND command in MS-DOS/Windows searches for a specific text string within a file or files. LOOKUP, STRFIND, and SEARCH are not standard MS-DOS commands for this purpose. FIND can also search multiple files and display matching lines.