Sunshine (she/her)@lemmy.ca to Linux@programming.dev · 2 months agoFinally, a Linux finder tool I can useblog.raduzaharia.comexternal-linkmessage-square21fedilinkarrow-up167arrow-down12
arrow-up165arrow-down1external-linkFinally, a Linux finder tool I can useblog.raduzaharia.comSunshine (she/her)@lemmy.ca to Linux@programming.dev · 2 months agomessage-square21fedilink
minus-square_thebrain_linkfedilinkarrow-up6arrow-down4·2 months agoI always just use find | grep -i <partial file name>
minus-squareNegativeLookBehind@lemmy.worldlinkfedilinkEnglisharrow-up5·edit-21 month agodeleted by creator
minus-squareFizzyOrange@programming.devlinkfedilinkarrow-up7arrow-down5·2 months agoWell that’s clearly worse… Why even make this comment?
minus-squareTja@programming.devlinkfedilinkarrow-up5·2 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.
I always just use
find | grep -i <partial file name>
deleted by creator
just use fd at that point
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.