in reply to Get List of modules/files where subroutine is used
find . | xargs grep -n "Any string you want to find in files" [download]
./folder/folder/file: line number: line containing "string" [download]