Pārlūkot izejas kodu

chore: update global_find script

greatbridf 2 gadi atpakaļ
vecāks
revīzija
14d8c7760e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      global_find.sh

+ 1 - 1
global_find.sh

@@ -5,7 +5,7 @@
 do_find()
 {
     for ext in $2; do
-        find src include -name "*.$ext" -exec grep -n -H -T -i "$1" {} \;
+        find src include -name "*.$ext" -exec grep -n --color=always -H -i "$1" {} \; -exec echo "" \;
     done
 }