Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://github.com/sharkdp/fd
wajig install fd-find
The install binary is fdfind
.
Example Usages
-
Find all directories under
$dir
.fdfind --type d . $dir
-
Find all files under
$dir
.fdfind --type …