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\" *
I use fgrep, which is the same as grep -F
fgrep
grep -F