Multiple choice technology Command used to search an expression in the contents of the file is cat list grep find Reveal answer Fill a bubble to check yourself C Correct answer Explanation grep is the Unix/Linux command specifically designed for searching patterns within file contents. cat displays file contents but doesn't search, find locates files by name/attributes, and 'list' is not a standard Unix command.