Hacker News new | ask | show | jobs
by calpaterson 4752 days ago
It's not a replacement for grep, it's a replacement for find
1 comments

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.