Hacker News new | ask | show | jobs
by shadowgovt 745 days ago
I'm not even sure it's suboptimal to shell out to grep instead of writing a bespoke search in Python. It would depend on the amount of data I'm sifting through.

Grep is very optimized for what it does.