A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find'
A simple, fast and user-friendly alternative to 'find'
--type executable
/-t
now works on Windows, see #1051 and #1061 (@tavianator)fd
s behavior back to what we
had before 8.3.0, i.e. there will be no leading ./
prefixes, unless --exec
/-x
,
--exec-batch
/-X
, or --print0
/-0
are used. --strip-cwd-prefix
can be used to strip that
prefix in those cases. See #1046, #1115, and #1121 (@tavianator)fd
could previously crash with a panic due to a race condition in Rusts standard library
(see https://github.com/rust-lang/rust/issues/39364). This has been fixed by switching to a different
message passing implementation, see #1060 and #1146 (@tavianator)fd
s memory usage will not grow unboundedly on huge directory trees, see #1146 (@tavianator)--exec-batch
, see #1136 and #1137 (@amesgen)./
prefix for non-interactive results, see above.stat
syscalls even when colorizing paths, as long as the color scheme doesn't
require metadata, see #1148 (@tavianator)musl
versions of fd
now use jmalloc
, leading to a significant performance
improvement, see #1062 (@tavianator)--help
text, see #1086 (@scottchiefbaker)fd
handles command line options internally, see #1067 (@tmccombs)