find . -name "*.ini" |xargs grep -n "string\|otherstring"
or
grep -rnw . -e "mystring"