How do you usually find files on Linux without wasting time?

Posted by gilko86@reddit | linux | View on Reddit | 176 comments

I mostly use find, but it can feel slow and a bit confusing with all the options. I recently started trying locate, and it’s much faster, but I know it depends on a database that isn’t always up to date.

So I’m trying to understand when to use each one. Do you rely on find for accuracy and locate for speed, or just stick to one? Also, what commands or flags do you use most often in real use?

I found a guide online on ,,find and locate'' which explains the basics clearly, but I want to know how people actually use these tools daily.

What’s your go-to method when searching for files?