in reply to Finding some/all of given words in a file
find . -name 'filename' -exec sh -c 'grep string1 $0 | grep string2' { +} \; -print [download]