Skip to content

Commit

Permalink
fd: update page (#15038)
Browse files Browse the repository at this point in the history
Co-authored-by: Wiktor Perskawiec <[email protected]>
  • Loading branch information
Promix953 and spageektti authored Dec 6, 2024
1 parent 631d44f commit 72f53d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/common/fd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 72f53d5

Please sign in to comment.