From 72f53d519cdf5e8976b19f9349e7232106af6cea Mon Sep 17 00:00:00 2001 From: Pr0m1x Date: Fri, 6 Dec 2024 15:49:35 +0800 Subject: [PATCH] fd: update page (#15038) Co-authored-by: Wiktor Perskawiec --- pages/common/fd.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/fd.md b/pages/common/fd.md index d441942db..1cdbbd524 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -8,13 +8,13 @@ `fd "{{string|regex}}"` -- Find files that begin with `foo`: +- Find files that begin with a specific string: -`fd "^foo"` +`fd "{{^string}}"` - Find files with a specific extension: -`fd --extension txt` +`fd --extension {{txt}}` - Find files in a specific directory: