Deep search of several pdf files with pdfgrep, ignoring counts less than
1
vote
1
answer
62
views
I am doing a "deep search" within several pdf files with "pdfgrep", trying to find a word and get a count on the documents like this:
# pdfgrep -ric PATTERN
./Example1.pdf:0
./Example2.pdf:10
Any idea how i can ignore the printout for files with an defined number of counts? Like 0 or less than...?
Asked by Nils
(113 rep)
May 27, 2022, 07:50 AM
Last activity: May 27, 2022, 08:07 AM
Last activity: May 27, 2022, 08:07 AM