Linux - How do I search all non-binary (text) files recursively for a certain string
- search all files for a string
- skip binary
- recursively
- list filenames
- (and if possible echotecho the line + linennumber underline number of the filename where it was found as option)
WasI was looking at Bash: passing braces as arguments to bash function and How to search for a string only in textfiles? (recursively)
But did not find an answer, only discussion