Advertisement
mgaikema

pdfgrep example

Oct 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. # Recursively search PDFs in this directory for the phrase "micro-kernel".
  2. # The -r flag is for searching recursively, and -n is for listing the page numbers.
  3. pdfgrep -r -n "micro-kernel" .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement