summarylogtreecommitdiffstats
path: root/locatecc
diff options
context:
space:
mode:
authorsimona2020-10-31 18:33:53 +0100
committersimona2020-10-31 18:33:53 +0100
commit624901fe090a6393f10c183218868b6f374dea52 (patch)
tree55155980f95d4c09286e8ea585662f45226c33ec /locatecc
parent639b30123e9d4d89110028d7354d5259ef96ae30 (diff)
downloadaur-624901fe090a6393f10c183218868b6f374dea52.tar.gz
second release
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" ")