in reply to Re^4: How to make sure only case-sensitive grep's get pushed
in thread How to make sure only case-sensitive grep's get pushed

open the file, read it line by line, use a regex, and finally close the file.
  • Comment on Re^5: How to make sure only case-sensitive grep's get pushed