Question 248:
A Linux user wants to use the grep command to identify every file name in the current directory that contains the word `mandatory`. Which of the following commands would BEST accomplish this?
Answer options:
A. grep "d mandatory * B. grep "i mandatory * C. grep mandatory file D. grep mandatory *