Which of the following commands would BEST accomplish this?

Posted by: Pdfprep Category: 220-1002 Tags: , ,

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?
A . grep -d mandatory *
B . grep -i mandatory *
C . grep mandatory file
D . grep mandatory *

Answer: B

Leave a Reply

Your email address will not be published.