22

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
[-] raspberriesareyummy@lemmy.world 15 points 2 months ago

find . -iname "searchword"

[-] jlow@discuss.tchncs.de 10 points 2 months ago
[-] QuantumTickler@reddthat.com 4 points 2 months ago
[-] passenger@sopuli.xyz 3 points 2 months ago* (last edited 2 months ago)

Does this search file content or just path names?

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

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

[-] QuantumTickler@reddthat.com 2 points 2 months ago

This worked awesome, so thank you!

[-] n0p1lls@piefed.zip 7 points 2 months 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 2 points 2 months ago
[-] Die4Ever@retrolemmy.com 7 points 2 months ago* (last edited 2 months ago)
[-] QuantumTickler@reddthat.com 2 points 2 months ago
[-] passenger@sopuli.xyz 6 points 2 months ago

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

[-] Digit@lemmy.wtf 5 points 2 months ago

For a long time I was a mlocate guy.

updatedb

locate files

[-] Digit@lemmy.wtf 4 points 2 months 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 month ago* (last edited 1 month ago)

du

show them ncdu next time

[-] Digit@lemmy.wtf 1 points 1 month 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

[-] somegeek@programming.dev 4 points 2 months 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 1 points 1 month ago
[-] thingsiplay@lemmy.ml 3 points 2 months ago

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

[-] Avicenna@programming.dev 2 points 1 month ago* (last edited 1 month 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?)

[-] Encephalotrocity@feddit.online 1 points 2 months ago

grep is life

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

Linux

13366 readers
21 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