Comment on Happy to help
could you not open a console and use find or grep?
I don’t have much experience searching like that yet and still default to using the gui for navigating directories… I’m still a relative linux noob.
ah. makes sense.
find is really easy.
find -type f -name “*wildcard_filename*”
find -type d -name “*wildcard_directoryname*”
I’ll have to remember this, thanks.
The_Picard_Maneuver@lemmy.world 22 hours ago
I don’t have much experience searching like that yet and still default to using the gui for navigating directories… I’m still a relative linux noob.
GreenKnight23@lemmy.world 21 hours ago
ah. makes sense.
find is really easy.
find -type f -name “*wildcard_filename*”find -type d -name “*wildcard_directoryname*”The_Picard_Maneuver@lemmy.world 21 hours ago
I’ll have to remember this, thanks.