An alternative to
find
. Aims to be faster and easier to use thanfind
. More information: https://github.com/sharkdp/fd.
fd "string|regex"
foo
:fd "^foo"
fd --extension txt
fd "string|regex" path/to/directory
fd --hidden --no-ignore "string|regex"
fd "string|regex" --exec command