Well actually Iād say it is a solution - I use KFind and find it simpler and easier than popping up a terminal.
However, in the terminal youād be looking at find
(classic, but often verbose) and fd
which is a bit more modern and new fangled.
Let me see - I started a record when I started doing eggs last year, so letās find it. I think it was an ODS or an ODT file, but Iām not really sureā¦
fd first, using a āglobā -g searchā¦
Interestingly it also pulls up a more recent/local copy than the one I remembered (Record.ods - I copied and renamed Eggs)
⯠fd -g "*.od*"
Desktop/Tidy/250GiB - backup/Android/data/fr.odupont.android.dopewars/
Desktop/Tidy/eggs/Eggs.ods
Downloads/That One Privacy Guy's VPN Comparison Chart.xlsx.ods
Dropbox/Documents/Accounting/Record-bak.ods
Dropbox/Documents/Accounting/Record.ods
With fish in Konsole, I can just click the link to open it.
Ctrl_F now in Dolphin (at home) and the result is, indeed, slightly disappointing, with two entries for each result (one with thumbnail, the other without - yet the same timestamp reveals simply duplicates in the results).
For some reason, the Eggs.ods in a desktop folder was not discovered⦠and this is why in Dolphin I generally only use the /
filter to narrow down searches.
Further investigation reveals that āEggs.odsā is merely a shortcut to the original Record.ods that lets me click through the main folder where I have images ready to drag and paste where needed⦠yet this is excluded even if I navigate to see the (link) entry in the folder and do Ctrl_F search for Eggs.ods.
Itās insane to think I can see the icon Eggs.ods and the thumbnail in Dolphin, and F4 āfdā will find it - but Dolphin search just makes everything disappear.
KFind pulls it up straight away⦠and learning the syntax to use fd is something I didnāt really get around to due to that.
fd -g for globbing (more noob friendly search)
fd for regex (powerful for clever folks).