Comment on Happy to help
The_Picard_Maneuver@lemmy.world 1 day agoI 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.
Comment on Happy to help
The_Picard_Maneuver@lemmy.world 1 day agoI 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 1 day 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 1 day ago
I’ll have to remember this, thanks.