Sunshine (she/her)@lemmy.ca to Linux@programming.dev · 1 day agoFinally, a Linux finder tool I can useblog.raduzaharia.comexternal-linkmessage-square19fedilinkarrow-up154arrow-down12
arrow-up152arrow-down1external-linkFinally, a Linux finder tool I can useblog.raduzaharia.comSunshine (she/her)@lemmy.ca to Linux@programming.dev · 1 day agomessage-square19fedilink
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up16·edit-21 day agoAlso if you are looking for a replacement for find that is not a full tui then take a look at fd which works more like what the author expected from the find commad - fd <pattern>.
minus-square𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍@midwest.sociallinkfedilinkarrow-up1·edit-27 hours agoPlus, IIRC fd does breadth-first search, which leads to faster finds in the most common cases. I’ve been corrected. fd doesn’t do this; other find replacements exist that do, though.
minus-squaremke@programming.devlinkfedilinkarrow-up1·15 hours agoI don’t think so, where did you get that? Last I checked, they weren’t interested in adding it. That’s why tools like bfs exist.
minus-square𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍@midwest.sociallinkfedilinkarrow-up1·7 hours agoOh. I’m just straight up wrong about that; I thought I’d read that about it back when I first started using it regularly. I’m just attributing it to some other tool. Bad info, sorry!
Also if you are looking for a replacement for find that is not a full tui then take a look at fd which works more like what the author expected from the find commad -
fd <pattern>
.Plus, IIRC fd does breadth-first search, which leads to faster finds in the most common cases.I’ve been corrected. fd doesn’t do this; other
find
replacements exist that do, though.I don’t think so, where did you get that? Last I checked, they weren’t interested in adding it. That’s why tools like bfs exist.
Oh. I’m just straight up wrong about that; I thought I’d read that about it back when I first started using it regularly.
I’m just attributing it to some other tool. Bad info, sorry!