فهرست منبع

grep: include searching recursively through symlinks (#2118)

Rónán Ó Cuinn 6 سال پیش
والد
کامیت
c1ee7e5851
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/common/grep.md

+ 1 - 1
pages/common/grep.md

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