Hacker News new | ask | show | jobs
by greenspot 3463 days ago
No, but what about locate, grep and find?

Locate is the fastest, find is the slowest and grep is the most complex but also the most versatile one of these since you can use regexes.

It's the shell and you can use anything you want.

1 comments

Locate searches the filenames, too.