fd: update --exclude to specify it matches a glob not a regex (#20940)

This commit is contained in:
saucoide
2026-02-01 16:14:36 +01:00
committed by GitHub
parent 9a599317ed
commit f16972ddd9
+2 -2
View File
@@ -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: