Lines in files containing any of the given literal substrings
FindList["file", "text"]
FindList["file", {"text1", "text2", …}]
FindList[{"file1", …}, …]
FindList[files, text, n]
- AnchoredSearch — default False
- IgnoreCase — default False
- RecordSeparators — default { "\r\n" , "\n" , "\r" }
- WordSearch — default False
- WordSeparators — default { " " , " ∖ t" }