Multiple choice What does the command grep do search for regular expressions in a text file change the current directory display contents of a directory delete files Reveal answer Fill a bubble to check yourself A Correct answer Explanation grep stands for global regular expression print. It is a powerful tool for searching text within files based on patterns.