1
0
Fork 0
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:
Pr0m1x 2024-12-06 15:49:35 +08:00 committed by GitHub
parent 631d44ffb9
commit 72f53d519c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: