Live data from Hacker News

ffind: a sane replacement for command line file search

wrongsideofmemphis.com

1–10 of 40 posts

Re: ffind: a sane replacement for command line file search

#7
post #5

Alternatively, you may just install locate . It won't examine file contents, but it works in the common cases. It's also blazingly fast because it's indexed.

Its problem that you always have to update the index, which can be problematic in fast changing systems (and quite slow in some cases). The greatest disadvantage is that you need root rights to update the index.
Post reply on HN