Many Linux programmers use the find command every single day of their career. But find gives a limited set of filesystem entries, and if you have to do a large set of find operations, it's not even very fast. So instead, I prefer to use the Rust fd command because it provides sensible defaults that work for most use cases.
Uhhh… why? Stuff like find, ls and cat aren’t supposed to be feature rich you know.
The title should have been “consider switching”. That said ripgrep (one example of a unix tool taken next-level) is literally a game changer.