From 2b4cff362487c84bbd5a5cbc934950cbe92f9ff7 Mon Sep 17 00:00:00 2001 From: geekpi Date: Fri, 15 Dec 2017 09:04:36 +0800 Subject: [PATCH] translating --- ...12 How to Search PDF Files from the Terminal with pdfgrep.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/tech/20171212 How to Search PDF Files from the Terminal with pdfgrep.md b/sources/tech/20171212 How to Search PDF Files from the Terminal with pdfgrep.md index 20b454236c..55eb9e369c 100644 --- a/sources/tech/20171212 How to Search PDF Files from the Terminal with pdfgrep.md +++ b/sources/tech/20171212 How to Search PDF Files from the Terminal with pdfgrep.md @@ -1,3 +1,5 @@ +translating---geekpi + How to Search PDF Files from the Terminal with pdfgrep ====== Command line utilities such as [grep][1] and [ack-grep][2] are great for searching plain-text files for patterns matching a specified [regular expression][3]. But have you ever tried using these utilities to search for patterns in a PDF file? Well, don't! You will not get any result as these tools cannot read PDF files; they only read plain-text files.