Sunshine (she/her) to Linux@programming.dev • 1 month agoFinally, a Linux finder tool I can useblog.raduzaharia.comexternal-linkmessage-square21fedilinkarrow-up168arrow-down12
arrow-up166arrow-down1external-linkFinally, a Linux finder tool I can useblog.raduzaharia.comSunshine (she/her) to Linux@programming.dev • 1 month agomessage-square21fedilink
minus-square@_thebrain_@sh.itjust.workslinkfedilink2•1 month agoI always just use find | grep -i <partial file name>
minus-square@FizzyOrange@programming.devlinkfedilink2•1 month agoWell that’s clearly worse… Why even make this comment?
minus-square@Tja@programming.devlinkfedilink5•1 month 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.