mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 22:22:18 +02:00
Clarify recursive functionality.
This commit is contained in:
parent
16ee3022b0
commit
b51dab155d
1 changed files with 6 additions and 2 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
`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…
Add table
Reference in a new issue