mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 00:51:54 +00:00
Update cheatsheets
This commit is contained in:
8
tldr/fd
8
tldr/fd
@@ -5,8 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# fd
|
||||
|
||||
> An alternative to `find`.
|
||||
> Aims to be faster and easier to use than `find`.
|
||||
> Find entries in the filesystem.
|
||||
> See also: `find`.
|
||||
> More information: <https://github.com/sharkdp/fd#how-to-use>.
|
||||
|
||||
- Recursively find files matching a specific pattern in the current directory:
|
||||
@@ -29,6 +29,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`fd {{[-H|--hidden]}} {{[-I|--no-ignore]}} "{{string|regex}}"`
|
||||
|
||||
- Exclude files that match a specific `regex`:
|
||||
|
||||
`fd {{string}} {{[-E|--exclude]}} {{regex}}`
|
||||
|
||||
- Execute a command on each search result returned:
|
||||
|
||||
`fd "{{string|regex}}" {{[-x|--exec]}} {{command}}`
|
||||
|
||||
Reference in New Issue
Block a user