so people were asking for linux for decades
find "$path" -type f -print0 | xargs -0 grep -e "$what_to_look_for" /dev/null
so people were asking for linux for decades
find "$path" -type f -print0 | xargs -0 grep -e "$what_to_look_for" /dev/null