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

This commit is contained in:
sucrecacao
2020-10-05 14:11:41 +02:00
committed by GitHub
parent 77de61bb06
commit 4f73077e68

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}}`