mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 01:15:32 +02:00
make extended regex character list more readable
This commit is contained in:
parent
87852edbb5
commit
4fb0b58900
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
`grep -r {{something}} .`
|
`grep -r {{something}} .`
|
||||||
|
|
||||||
- Use a regular expression (`-E` for extended regex, supporting `?`, `+`, `{`, `|`, `(`, and `)`):
|
- Use a regular expression (`-E` for extended regex, supporting `?`, `+`, `{}`, `()` and `|`):
|
||||||
|
|
||||||
`grep -e {{^regex$}} {{path/to/file}}`
|
`grep -e {{^regex$}} {{path/to/file}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue