1
0
Fork 0
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:
AnimiVulpis 2017-10-31 22:41:52 +01:00
parent 2d3be20046
commit 86aee1cfae

View file

@ -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":