grep: include searching recursively through symlinks (#2118)

This commit is contained in:
Rónán Ó Cuinn
2018-05-22 18:10:21 +01:00
committed by Owen Voke
parent c2a8076134
commit c1ee7e5851

View File

@@ -13,7 +13,7 @@
- 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 `|`):