Multiple choice What command do you use to search for regular expressions in a text file grep dd chown 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.