1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 16:06:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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