mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
fd: update page (#15038)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
631d44ffb9
commit
72f53d519c
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
`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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue