We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8b733 commit 0957d83Copy full SHA for 0957d83
find_occurences.sh
@@ -47,7 +47,7 @@ search_term(){
47
term=$@
48
echo "--- Searching for $term ---"
49
50
- result=$(find $location -type f -print0 | xargs -0 grep -i -l "\"$term\"")
+ result=$(find $location -type f -print0 | xargs -0 grep -i -l "$term")
51
52
if [ ! -z "$result" ]
53
then
0 commit comments