🌱 Find text in files recursively

find ./ -type f -print0 | xargs -0 grep -c Brandon $1 | grep -v ":0"

Made by Brandon . If you find this project useful you can donate.