Find all files with text string in it on linux

find . -type f -exec grep -l “string to find” {} \; -print

i always forget, so I’m putting it here for future reference =)

.: Adam


Leave a Reply