Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-02 00:27:45 +00:00
parent 06d1dc053b
commit 8309e1d2a3
6 changed files with 86 additions and 40 deletions

View File

@@ -29,9 +29,9 @@ source: https://github.com/tldr-pages/tldr.git
`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: