Sunshine (she/her)@lemmy.ca to Linux@programming.dev · 2 天前Finally, a Linux finder tool I can useblog.raduzaharia.comexternal-linkmessage-square22fedilinkarrow-up166arrow-down12
arrow-up164arrow-down1external-linkFinally, a Linux finder tool I can useblog.raduzaharia.comSunshine (she/her)@lemmy.ca to Linux@programming.dev · 2 天前message-square22fedilink
minus-squareNegativeLookBehind@lemmy.worldlinkfedilinkEnglisharrow-up5·2 天前find <dir> -iname partialfilename\* Is pretty much the “find-native” way to do the same thing
find <dir> -iname partialfilename\*
Is pretty much the “find-native” way to do the same thing