Hacker News new | ask | show | jobs
by taeric 4753 days ago
From reading this, I'm not entirely sure what makes this better than grep. I get why it is cool to have written it.
1 comments

It's not a replacement for grep, it's a replacement for find
That works by searching the contents of files. So, it is just a grep -l -R . 'search terms', right?

Edit: Actually, now that I am revisiting this thread. The top post hit my misunderstanding on the head.