fd: specify that the search is recursive (#4371)

beep
sucrecacao 2020-10-05 14:11:41 +02:00 committed by GitHub
parent 77de61bb06
commit 4f73077e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
> Aims to be faster and easier to use than `find`.
> More information: <https://github.com/sharkdp/fd>.
- Find files matching the given pattern in the current directory:
- Recursively find files matching the given pattern in the current directory:
`fd {{pattern}}`