Comment on Ask HN: Grep like tools for full text search?Comments−motyar4yYou search inside file using grep.grep -Ril "term"
Comments
You search inside file using grep.
grep -Ril "term"