From 26795f6a5598a6ad8524bd77f4d782e2980049d6 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Wed, 30 Apr 2025 01:24:56 -0600 Subject: [PATCH] docs: Mention how to end --exec-batch args Fixes: #1694 --- doc/fd.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fd.1 b/doc/fd.1 index eaf74ca9..bdea206a 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -478,6 +478,10 @@ file in a batch and passed as separate arguments. If no placeholder is present, an implicit "{}" at the end is assumed. +Like \-\-exec, subsequent arguments are assumed to be part of +.I command +until either the end of command arguments or a ';' argument. See above. + Like \-\-exec, this can be used multiple times, in which case each command will be run in the order given.