mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
grep: include searching recursively through symlinks (#2118)
This commit is contained in:
parent
c2a8076134
commit
c1ee7e5851
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Search recursively (ignoring non-text files) in current directory for an exact string:
|
- Search recursively (ignoring non-text files) in current directory for an exact string:
|
||||||
|
|
||||||
`grep -rI {{search_string}} .`
|
`grep -RI {{search_string}} .`
|
||||||
|
|
||||||
- Use extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`):
|
- Use extended regular expressions (supporting `?`, `+`, `{}`, `()` and `|`):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue