From 403bd1720a35eff617c7598bc494f38fdec48916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Le=C3=B1ero?= Date: Wed, 1 Nov 2017 17:29:10 -0500 Subject: [PATCH] Use colon for consistency. --- pages/linux/pdfgrep.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`