Multiple choice

What command do you use to search for regular expressions in a text file

  1. grep

  2. dd

  3. chown

  4. cp

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

grep is the standard utility for searching text using patterns or regular expressions. dd is for data copying, chown for ownership, and cp for file copying.