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

View File

@@ -8,13 +8,13 @@
`fd "{{string|regex}}"` `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: - Find files with a specific extension:
`fd --extension txt` `fd --extension {{txt}}`
- Find files in a specific directory: - Find files in a specific directory: