Better Alternatives to find
There are some better alternatives to find.
The Python module pathlib
is the most suitable one for relatively complex jobs.
fd
, ripgrep
, fselect
and osquery
are other alternatives.
find | fd | fselect | osquery | ripgrep (rg) | |
---|---|---|---|---|---|
Primary Use Case | File metadata search & execution (scripting) | Interactive file name search … |