User Tools

Site Tools


find_in_files

This is an old revision of the document!


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

find_in_files.1485862442.txt.gz · Last modified: (external edit)