Solved

A Linux User Wants to Use the Grep Command to Identify

Question 346

Multiple Choice

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 *

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions