fd

An alternative to find. Aims to be faster and easier to use than find. More information: https://github.com/sharkdp/fd.

fd "string|regex"

fd "^foo"

fd --extension txt

fd "string|regex" path/to/directory

fd --hidden --no-ignore "string|regex"

fd "string|regex" --exec command