From a4ce987c627fc7fda38100736fe40844bc11be3d Mon Sep 17 00:00:00 2001 From: Craig Date: Mon, 25 Sep 2023 19:16:37 -0400 Subject: [PATCH] Updated Pre Consume Script Examples (markdown) --- Pre-Consume-Script-Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pre-Consume-Script-Examples.md b/Pre-Consume-Script-Examples.md index 29f790e..1a0280a 100644 --- a/Pre-Consume-Script-Examples.md +++ b/Pre-Consume-Script-Examples.md @@ -14,7 +14,7 @@ export LC_ALL=C #IN="$1" IN="$DOCUMENT_WORKING_PATH" -PAGES=$(pdfinfo "$IN" | grep ^Pages: | tr -dc '0-9') +PAGES=$(pdfinfo "$IN" | grep -a ^Pages: | tr -dc '0-9') THRESHOLD=0.002 non_blank() {