_____ searches for a text string in a file.
-
LOOKUP
-
FIND
-
STRFIND
-
SEARCH
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.