EMC Exam Questions

Which command allows for the extraction of all lines containing EMC case insensitive from the file t

Which command allows for the extraction of all lines containing EMC case insensitive from the file test txt?

A.
vi test.txt

B.
ed test.txt -EMC

C.
grep EMC test.txt

D.
grep -I emc test.txt