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

So search case insensitively, and later compare all matches with the search string, and report only those matches are not eq the key.

And note that the grep built-in searches in list, not in files.

  • Comment on Re^3: How to make sure only case-sensitive grep's get pushed

Replies are listed 'Best First'.
Re^4: How to make sure only case-sensitive grep's get pushed
by Anonymous Monk on Mar 17, 2011 at 16:38 UTC

    How do I search for the content of the files?is there a different utility?