find . -iname "searchword"
Linux
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
Very happy with
thank you!
Does this search file content or just path names?
I don't know, tbh, I only use it for filename searches.
This worked awesome, so thank you!
I use the fd (or fdfind in Debian) tool to search my files. I think it's faster and easier to remember.
thank you
For finding files by name, I use the locate command in terminal
For a long time I was a mlocate guy.
updatedb
locate files
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.
du
show them ncdu next time
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
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.
thank you!
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?)
grep is life