mirror of https://github.com/CrimsonTome/tldr.git
Clarify recursive functionality.
parent
16ee3022b0
commit
b51dab155d
|
@ -14,6 +14,10 @@
|
||||||
|
|
||||||
`pdfgrep --max-count {{3}} --ignore-case {{'^foo'}} {{file.pdf}}`
|
`pdfgrep --max-count {{3}} --ignore-case {{'^foo'}} {{file.pdf}}`
|
||||||
|
|
||||||
- Find pattern in pdf files under the current directory recusively:
|
- Find pattern in files with a .pdf extension in the current directory recusively:
|
||||||
|
|
||||||
`pdfgrep --recursive --include {{'*.pdf'}} {{pattern}}`
|
`pdfgrep --recursive {{pattern}}`
|
||||||
|
|
||||||
|
- Find pattern recursively on files that match a specific glob:
|
||||||
|
|
||||||
|
`pdfgrep --recursive --include {{'*book.pdf'}} {{pattern}}'`
|
||||||
|
|
Loading…
Reference in New Issue