fixed find in code back to dropping dot files, added stand-in files for
[feisty_meow.git] / scripts / buildor / find_in_code.sh
index c57c6fce1da12de4e71a89f6c9f7075893811c13..411f8cad732142cff033a68490d465e4ddfc75a4 100644 (file)
@@ -28,4 +28,6 @@ find "$dir" -type f \( -iname "*" \
   ! -iname "*.tar" \
   ! -iname "*.tmp" \
   ! -iname "*.zip" \) \
-  -exec echo "\"{}\"" ';' | xargs grep -li "$seek" 
+  -exec echo "\"{}\"" ';' | xargs grep -li "$seek" | grep -v "^\.[^\/]\|\/\."
+
+