this post was submitted on 08 Mar 2025
65 points (97.1% liked)

Linux

6358 readers
183 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nous@programming.dev 18 points 2 days ago* (last edited 2 days ago) (1 children)

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>.

[–] sxan@midwest.social 1 points 2 days ago* (last edited 1 day ago) (1 children)

~~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.

[–] mke@programming.dev 1 points 1 day ago (1 children)

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.

[–] sxan@midwest.social 1 points 1 day ago (1 children)

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!

[–] mke@programming.dev 1 points 22 hours ago

It's cool, thanks for correcting.