mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 11:15:23 +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}} .`
|
||||
|
||||
- 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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue