diff --git a/pages/common/fd.md b/pages/common/fd.md index d13b548d1d..00073c05ef 100644 --- a/pages/common/fd.md +++ b/pages/common/fd.md @@ -23,3 +23,7 @@ - Include ignored and hidden files in the search: `fd --hidden --no-ignore {{pattern}}` + +- Execute a command on each search result returned: + +`fd {{pattern}} --exec {{command}}`