I was trying to search for a particular word BML.I in a current directory.
BML.I
When I tried with the below command:
grep -l \"BML.I\" *
Use this command:
ls | grep -x "BML.I"