PdfPrep.com

Which of the following commands would BEST accomplish this?

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

Exit mobile version