Skip to content

Instantly share code, notes, and snippets.

@cmpscabral
Created March 16, 2015 16:53
Show Gist options
  • Save cmpscabral/3f05834ad2cff2e54488 to your computer and use it in GitHub Desktop.
Save cmpscabral/3f05834ad2cff2e54488 to your computer and use it in GitHub Desktop.
search inside PDF's
find /path -name '*.pdf' -exec sh -c 'pdftotext "{}" - | grep --with-filename --label="{}" --color "your pattern"' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment