mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 06:01:19 +00:00
Update cheatsheets
This commit is contained in:
6
tldr/fd
6
tldr/fd
@@ -13,13 +13,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`fd "{{string|regex}}"`
|
||||
|
||||
- Find files that begin with `foo`:
|
||||
- Find files that begin with a specific string:
|
||||
|
||||
`fd "^foo"`
|
||||
`fd "{{^string}}"`
|
||||
|
||||
- Find files with a specific extension:
|
||||
|
||||
`fd --extension txt`
|
||||
`fd --extension {{txt}}`
|
||||
|
||||
- Find files in a specific directory:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user