this post was submitted on 28 Mar 2025
39 points (95.3% liked)

Linux

7125 readers
384 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
all 12 comments
sorted by: hot top controversial new old
[–] Deebster@infosec.pub 10 points 1 month ago (1 children)

fd is a massive upgrade to find - I appreciate the better UI and skipping hidden files is usually a big time saver (although I do find myself needing -H or specifying the directory a fair amount).

[–] sip@programming.dev 2 points 1 month ago

yeah, I keep forgetting to do -H every f-ing time and have to run the comand a second time, tracking the cursor through the line..

[–] possiblylinux127@lemmy.zip 6 points 1 month ago* (last edited 1 month ago) (1 children)

Slightly off topic: How do you do so many posts in one day? I count 57 different posts for Mar 28

[–] Kissaki@programming.dev 3 points 1 month ago* (last edited 1 month ago) (1 children)

What do you mean? Technically, the act of posting? Finding the things to post? Finding relevancy? Finding the time to do so?

[–] possiblylinux127@lemmy.zip 3 points 1 month ago

All of it honestly. I think it is impressive that they manage to post so many different things.

[–] gigachad@sh.itjust.works 4 points 1 month ago (1 children)

fd seems to be nice and I hate the syntax of find. However I only ever use it for one thing - searching a file recursively, often with a wildcard for files with a certain extension, that's it. I guess I could do that with an alias or a small script as well..

fd is a lot faster than find. This might not matter if you're searching through small directories but if you're working in a very large project it does make things a lot nicer.

[–] lemmeBe@sh.itjust.works 3 points 1 month ago

I find that Television complements fd nicely.

[–] teawrecks@sopuli.xyz 1 points 1 month ago

How does it compare to fzf?

Also, fd already means "file descriptor".