From f6748fd0902b86d2249059f74e52c3331662c70c Mon Sep 17 00:00:00 2001 From: Tim Hwang Date: Fri, 11 Dec 2020 22:12:55 -0500 Subject: [PATCH] fd: add --exec (#5019) --- pages/common/fd.md | 4 ++++ 1 file changed, 4 insertions(+) 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}}`