The Picard Maneuver@lemmy.worldM to Lemmy Shitpost@lemmy.world · 9 hours agoHappy to helplemmy.worldimagemessage-square10linkfedilinkarrow-up1175arrow-down18
arrow-up1167arrow-down1imageHappy to helplemmy.worldThe Picard Maneuver@lemmy.worldM to Lemmy Shitpost@lemmy.world · 9 hours agomessage-square10linkfedilink
minus-squareThe Picard Maneuver@lemmy.worldOPMlinkfedilinkarrow-up2·7 hours 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.
minus-squareGreenKnight23@lemmy.worldlinkfedilinkarrow-up2·6 hours agoah. makes sense. find is really easy. find -type f -name "*wildcard_filename*" find -type d -name "*wildcard_directoryname*"
minus-squareThe Picard Maneuver@lemmy.worldOPMlinkfedilinkarrow-up2·6 hours agoI’ll have to remember this, thanks.
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.