We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf6b32 commit 8670469Copy full SHA for 8670469
1 file changed
pages/bash/index.html
@@ -1804,6 +1804,9 @@ <h2>grep</h2>
1804
1805
grep 'swap-files' * -rl --exclude-dir={bower_components,node_modules,vendor} --include \*.sh
1806
grep -r --exclude-dir=node_modules --exclude-dir=product/ddss/ffssfs 'experiment_EP_xxx4' .
1807
+
1808
+ grep -i 'swap-files' * -rl --exclude-dir={bower_components,node_modules,vendor} --include \*.sh
1809
+ # for CASE INSENSITIVE
1810
1811
# match multiple at once
1812
MATCHING=();
0 commit comments