From f16972ddd997fefb92d6710c1186f3bcefd7292f Mon Sep 17 00:00:00 2001 From: saucoide <32314353+saucoide@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:14:36 +0100 Subject: [PATCH] fd: update `--exclude` to specify it matches a glob not a regex (#20940) --- pages/common/fd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/fd.md b/pages/common/fd.md index 2f9477498a..22ea29fc9d 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -24,9 +24,9 @@ `fd {{[-H|--hidden]}} {{[-I|--no-ignore]}} "{{string|regex}}"` -- Exclude files that match a specific `regex`: +- Exclude files that match a specific glob pattern: -`fd {{string}} {{[-E|--exclude]}} {{regex}}` +`fd {{string}} {{[-E|--exclude]}} {{glob}}` - Execute a command on each search result returned: