mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:15:35 +02:00
Use colon for consistency.
This commit is contained in:
parent
da10a8fa0d
commit
403bd1720a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`pdfgrep --with-filename --page-number {{pattern}} {{file.pdf}}`
|
||||
|
||||
- Do a case insensitive search for lines that begin with "foo" and return the first 3 matches.
|
||||
- Do a case insensitive search for lines that begin with "foo" and return the first 3 matches:
|
||||
|
||||
`pdfgrep --max-count {{3}} --ignore-case {{'^foo'}} {{file.pdf}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue