time find . -name '*.pdf' -exec sh -c 'pdftotext "{}" - |grep -i --with-filename --label="{}" --color "thing to search for"' \;