Find a pattern in files in a path
find . -name "*.txt" | xargs grep -i "text_pattern" # replace . by any path