fd (CLI)
Notes
A simple, fast and user-friendly alternative to 'find'
Release notes
v6.3.0
· 1y+
Features
-
Files with multiple extensions can now be found via
--extension/-e, see #214 (@althonos)> fd -e tar.gz -
Added new
-F/--fixed-strings/--literaloption that treats the pattern as a literal string instead of a regular expression, see #157> fd -F 'file(1).txt' -
Allow
-execto work as--exec, see #226 (@stevepentland)
Bugfixes
-
Fixed
Ctrl-Chandling when using--exec, see #224 (@Doxterpepper) -
Fixed wrong file owner for files in deb package, see #213
Other
- Replaced old gif by a fancy new SVG screencast (@marionebl)
- Updated benchmark results (fd has become faster in the meantime!). There is a new repository that hosts several benchmarking scripts for fd: https://github.com/sharkdp/fd-benchmarks