How can I make use of grep in cygwin to find all files that contain BOTH words.
This is what I use to search all files in a directory recursively fo
In my cygwin the given answers didn't work, but the following did:
grep -l firststring `grep -r -l secondstring . `