Hi.
I was wondering what would be the best/easiest way to recursively search for a keyword inside a file? Basically I know the contents of a file but have no idea where the file is.
I have explored with find, grep, cat, ls -lR etc but none of them recurse when looking for a pattern inside a file.
Thanks in advance.
I was wondering what would be the best/easiest way to recursively search for a keyword inside a file? Basically I know the contents of a file but have no idea where the file is.
I have explored with find, grep, cat, ls -lR etc but none of them recurse when looking for a pattern inside a file.
Thanks in advance.