24

I search for files, and it never seems to find them. Plus it only does one drive at a time, and not just searches my external drives. Any suggestions?

top 20 comments
sorted by: hot top controversial new old
[-] Avicenna@programming.dev 2 points 1 day ago* (last edited 1 day ago)

I gave up on search utlities of GUIs after having the same problem with dolphin (don't know what it uses as a backend, maybe ksearch?)

[-] somegeek@programming.dev 4 points 2 days ago

If you're a GUI guy, catfish is good. If you're a term guy, fzf, rg, fd are very fast and powerful. I search for files in / (meaning EVERYTHING) and tge results are there in less than 10 seconds.

This blog post has some example usages, read the entries for fzf, rg and fd.

https://alavi.me/blog/cool-cli-tui/#fd

[-] QuantumTickler@reddthat.com 2 points 1 day ago
[-] Digit@lemmy.wtf 5 points 2 days ago

For a long time I was a mlocate guy.

updatedb

locate files

[-] raspberriesareyummy@lemmy.world 15 points 3 days ago

find . -iname "searchword"

[-] Digit@lemmy.wtf 4 points 2 days ago

tree -if and grep are another way to go.

or, I've also seen some use du as part of their file search strategy. heh.

strange ways.

[-] ken@discuss.tchncs.de 1 points 1 day ago* (last edited 1 day ago)

du

show them ncdu next time

[-] Digit@lemmy.wtf 1 points 1 day ago

ncdu

that's fine if wanting a tui, like for its intended purpose, rather than something grepable/awkable/sortable/cutable/headable/tailable/etc. like better suited to file search

[-] thingsiplay@lemmy.ml 3 points 2 days ago

Another tool to search in terminal is https://github.com/junegunn/fzf .

[-] Die4Ever@retrolemmy.com 7 points 3 days ago* (last edited 3 days ago)
[-] QuantumTickler@reddthat.com 3 points 3 days ago
[-] n0p1lls@piefed.zip 7 points 3 days ago

I use the fd (or fdfind in Debian) tool to search my files. I think it's faster and easier to remember.

fd in Github

[-] QuantumTickler@reddthat.com 3 points 3 days ago
[-] jlow@discuss.tchncs.de 10 points 3 days ago
[-] QuantumTickler@reddthat.com 5 points 3 days ago
[-] QuantumTickler@reddthat.com 3 points 3 days ago

This worked awesome, so thank you!

[-] passenger@sopuli.xyz 3 points 3 days ago* (last edited 3 days ago)

Does this search file content or just path names?

[-] jlow@discuss.tchncs.de 1 points 2 days ago

I don't know, tbh, I only use it for filename searches.

[-] passenger@sopuli.xyz 6 points 3 days ago

For finding files by name, I use the locate command in terminal

[-] Encephalotrocity@feddit.online 2 points 3 days ago

grep is life

this post was submitted on 22 Feb 2026
24 points (100.0% liked)

Linux

12524 readers
750 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS