mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 20:35:26 +02:00
Fix tokenization
This commit is contained in:
parent
2d3be20046
commit
86aee1cfae
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
- Find files whose contents match a regular expression:
|
||||
|
||||
`ag '^{{ba}}({{r}}|{{z}})$'`
|
||||
`ag '{{^ba(r|z)$}}'`
|
||||
|
||||
- Find files with a name matching "foo":
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue