summarylogtreecommitdiffstats
path: root/locatecc
diff options
context:
space:
mode:
Diffstat (limited to 'locatecc')
-rwxr-xr-xlocatecc2
1 files changed, 1 insertions, 1 deletions
diff --git a/locatecc b/locatecc
index 65cdc3eae2dd..ad1f5873fd1b 100755
--- a/locatecc
+++ b/locatecc
@@ -64,7 +64,7 @@ search_str="$@"
done < /tmp/locate-temp-file-4
#per colorazione
- grep --color -E $search_str /tmp/locate-temp-file-5
+ grep --color --no-messages --extended-regexp --ignore-case "$search_str" /tmp/locate-temp-file-5
count=$(wc -l /tmp/locate-temp-file-5)
count=$(echo $count | cut -f1 -d" ")