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?
find . -iname “searchword”
For a long time I was a mlocate guy.
updatedblocate filesIf 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.
tree -ifandgrepare another way to go.or, I’ve also seen some use
duas part of their file search strategy. heh.strange ways.
Very happy with
thank you!
This worked awesome, so thank you!
Does this search file content or just path names?
I don’t know, tbh, I only use it for filename searches.
Another tool to search in terminal is https://github.com/junegunn/fzf .
I use Kfind https://flathub.org/en/apps/org.kde.kfind
Thank you!
For finding files by name, I use the locate command in terminal
I use the fd (or fdfind in Debian) tool to search my files. I think it’s faster and easier to remember.
thank you
grep is life






