diff --git a/pages/common/fd.md b/pages/common/fd.md index d441942dbe..1cdbbd5240 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: