How to return both file name and line number with find … -exec grep?
When using find, how do I return the file name and the line number when searching for a string? I manage to return the file name in one command and the line numbers with another one, but I can’t seem to combine them.