mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
fd: update --exclude to specify it matches a glob not a regex (#20940)
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user