Last Updated: February 25, 2016
·
364
· dawehner

Search for pdfs with specific text

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