Multiple choice technology Command to check for a pattern in a file find grep pattern check Reveal answer Fill a bubble to check yourself B Correct answer Explanation The grep command searches files for patterns matching regular expressions. find locates files by name/attributes, not content patterns. pattern and check are not valid commands.