fd: minor adjustments (#2700)
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
# fd
|
# fd
|
||||||
|
|
||||||
> A simple, fast and user-friendly alternative to find.
|
> A simple, fast and user-friendly alternative to "find".
|
||||||
|
|
||||||
- Find files under current directory that match a pattern:
|
- Find files matching the given pattern in the current directory:
|
||||||
|
|
||||||
`fd {{pattern}}`
|
`fd {{pattern}}`
|
||||||
|
|
||||||
- Find files that begin with foo:
|
- Find files that begin with "foo":
|
||||||
|
|
||||||
`fd {{'^foo'}}`
|
`fd {{'^foo'}}`
|
||||||
|
|
||||||
- Find files with a specific extension:
|
- Find files with a specific extension:
|
||||||
|
|
||||||
`fd --extension {{.ext}} {{pattern}}`
|
`fd --extension {{txt}}`
|
||||||
|
|
||||||
- Find files under a specific directory:
|
- Find files in a specific directory:
|
||||||
|
|
||||||
`fd {{pattern}} {{path/to/dir}}`
|
`fd {{pattern}} {{path/to/dir}}`
|
||||||
|
|
||||||
- Include ignored and hidden files in search:
|
- Include ignored and hidden files in the search:
|
||||||
|
|
||||||
`fd --hidden --no-ignore {{pattern}}`
|
`fd --hidden --no-ignore {{pattern}}`
|
||||||
|
Reference in New Issue
Block a user