mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 08:54:42 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/fd
4
tldr/fd
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user