Multiple choice technology

Command used to search an expression in the contents of the file is

  1. cat

  2. list

  3. grep

  4. 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.