Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-07 00:18:38 +00:00
parent 183ddc3482
commit 41adea57aa
2 changed files with 11 additions and 11 deletions

View File

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