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?
You must log in or register to comment.
I use Kfind https://flathub.org/en/apps/org.kde.kfind
Thank you!
find . -iname “searchword”
Very happy with
Does this search file content or just path names?
thank you!
This worked awesome, so thank you!
For finding files by name, I use the locate command in terminal
grep is life
I use the fd (or fdfind in Debian) tool to search my files. I think it’s faster and easier to remember.
thank you





