This is an old revision of the document!
find . -name "*.ini" |xargs grep -n "string\|otherstring"or
grep -rnw . -e "mystring"
This is an old revision of the document!
find . -name "*.ini" |xargs grep -n "string\|otherstring"or
grep -rnw . -e "mystring"