for my reference:Find files containing some text:grep -lir "some text" /path/to/dir/*
grep -lir "some text" /path/to/dir/*