User Tools

Site Tools


find_in_files

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

find_in_files.txt · Last modified: by 127.0.0.1