diff --git a/pages/linux/pdfgrep.md b/pages/linux/pdfgrep.md index a29d8ef161..5e229a05b4 100644 --- a/pages/linux/pdfgrep.md +++ b/pages/linux/pdfgrep.md @@ -10,7 +10,7 @@ `pdfgrep --with-filename --page-number {{pattern}} {{file.pdf}}` -- Do a case insensitive search for lines that begin with "foo" and return the first 3 matches. +- Do a case insensitive search for lines that begin with "foo" and return the first 3 matches: `pdfgrep --max-count {{3}} --ignore-case {{'^foo'}} {{file.pdf}}`