From 4f73077e6853093e91b12d46acd5317048a97cbf Mon Sep 17 00:00:00 2001 From: sucrecacao <55893070+sucrecacao@users.noreply.github.com> Date: Mon, 5 Oct 2020 14:11:41 +0200 Subject: [PATCH] fd: specify that the search is recursive (#4371) --- pages/common/fd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/fd.md b/pages/common/fd.md index d56c2d82a..1c65f3055 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -4,7 +4,7 @@ > Aims to be faster and easier to use than `find`. > More information: . -- Find files matching the given pattern in the current directory: +- Recursively find files matching the given pattern in the current directory: `fd {{pattern}}`