Hacker News new | ask | show | jobs
by 1718627440 153 days ago
The typical find oneliner to do a fulltext search invokes sed. sed supports regular expressions, so you can do quite a bit more than just a simple text match. And you can also invoke various filter chains on the results.