drosofff
12/23/2015 - 10:16 PM

Find a pattern in files in a path

Find a pattern in files in a path

find . -name "*.txt" | xargs grep -i "text_pattern" # replace . by any path