SyntaxFix
Write A Post
Hire A Developer
Questions
You can also use awk:
awk
awk '/^(pattern)/{print}' /path/to/find/*
pattern is the string you want to match in the files.
pattern