diff --git a/pages/common/fd.md b/pages/common/fd.md index a2106b7a83..13a6ab28ca 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -1,7 +1,7 @@ # fd -> An alternative to `find`. -> Aims to be faster and easier to use than `find`. +> Find entries in the filesystem. +> See also: `find`. > More information: . - Recursively find files matching a specific pattern in the current directory: @@ -24,6 +24,10 @@ `fd {{[-H|--hidden]}} {{[-I|--no-ignore]}} "{{string|regex}}"` +- Exclude files that match a specific `regex`: + +`fd {{string}} {{[-E|--exclude]}} {{regex}}` + - Execute a command on each search result returned: `fd "{{string|regex}}" {{[-x|--exec]}} {{command}}`