56 points

locate enjoyers unite.

permalink
report
reply
34 points

Corporate users in shambles because mlocate.db cannot be generated without root.

permalink
report
parent
reply
7 points
*

Idk why but I’ve always been a locate enjoyer myself. But find has more usecases.

permalink
report
parent
reply
2 points

Like what?

permalink
report
parent
reply
13 points
*

Find can find stuff based on permissions or other variables and interact with files, like delete etc

Locate is just a database of filenames

permalink
report
parent
reply
1 point

Indeed! Covers most of the instances where I would otherwise have to use find.

permalink
report
parent
reply
27 points

What’s up with find? I’ve got so used to fd that I don’t understand what this is referring to

permalink
report
reply
68 points

When you want to find something in a different path than your current one you have to supply it as the first argument. When you try to do find -name foo.bar /path it will complain that the path should be the first argument. So it knows what you’re trying to do and instead of doing it it just complaints.

permalink
report
parent
reply
23 points

Back in the day, find required that you added “-print” to actually print out the results in the terminal. That was bad UX, and now -print is the default. But… following some syntax like supplying path as first argument for find is necessary to not create ambiguity in some cases, and enforcing it makes it more readable imho.

permalink
report
parent
reply
21 points

That’s already the friendly variant. Traditional find has a mandatory path as first argument, so to find in the current directory you need to do find .

It also doesn’t know if it really is a path - it just prints that as a likely error. You might just have messed up quoting an argument.

permalink
report
parent
reply
5 points

Nice, UX is clearly a top priority (;

I’ll have to try and see if FD does the same bullshit though

permalink
report
parent
reply
6 points

I dont think it does. The thing that annoys me about fd is that it uses regex as a default for patterns while I’m used to having glob as default everywhere else.

permalink
report
parent
reply
0 points

And if you do find . it prepends every result with a dot.

permalink
report
parent
reply
23 points
*

I don’t mind the order of path, arguments and options, but what the hell is the deal with long arguments with a single dash? i.e. -name instead of —-name

permalink
report
reply
21 points
*

Positional params are the work of the devil; what starts as shorthand quickly turns into a horrible mess

permalink
report
reply
12 points

find’s expressions are order-sensitive and look like options, which is probably why the real options go zeroth, then the starting path goes first. Also, there is a -path-match expression that means something different than that starting path.

That said, there’s nothing stopping the writing of a wrapper script that allows any placement or intermingling of any of those groupings.

The simplest would just grab the last argument and use it in the first position, which I’m guessing is what the meme creator really wants. Watch out for the edge case of whitespace in the path name. (And the edge case of the edge case where the end part of that path is valid but not the intended target.)

permalink
report
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 7.5K

    Monthly active users

  • 1.3K

    Posts

  • 70K

    Comments