Sunshine (she/her) to [email protected] • 6 months agoFinally, a Linux finder tool I can useblog.raduzaharia.commessage-square22fedilinkarrow-up167
arrow-up167external-linkFinally, a Linux finder tool I can useblog.raduzaharia.comSunshine (she/her) to [email protected] • 6 months agomessage-square22fedilink
minus-square@[email protected]linkfedilink6•6 months agoI always just use find | grep -i <partial file name>
minus-square@[email protected]linkfedilink7•6 months agoWell that’s clearly worse… Why even make this comment?
minus-square@[email protected]linkfedilink5•6 months agoBecause sometimes people want to share solutions that work for them. A clunky solution that you remember is better than the optimal solution you can’t access.
minus-square@[email protected]linkfedilinkEnglish5•6 months agofind <dir> -iname partialfilename\* Is pretty much the “find-native” way to do the same thing
I always just use
Well that’s clearly worse… Why even make this comment?
Because sometimes people want to share solutions that work for them. A clunky solution that you remember is better than the optimal solution you can’t access.
Is pretty much the “find-native” way to do the same thing
just use fd at that point