From 7f58e8f7064346ffe569563b657fe92f24830e6a Mon Sep 17 00:00:00 2001 From: sharkdp Date: Wed, 13 Feb 2019 20:04:37 +0100 Subject: [PATCH] Update man page --- doc/fd.1 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/fd.1 b/doc/fd.1 index a219eeb..2e1e9cc 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -190,7 +190,7 @@ Examples: \-\-changed-before "2018-10-27 10:00:00" \-\-change-older-than 2weeks .TP -.BI "\-x, \-\-exec " command "\fR [args...] ;" +.BI "\-x, \-\-exec " command Execute .I command for each search result. The following placeholders are substituted by a path derived from the current search result: @@ -206,6 +206,24 @@ path without file extension .IP {/.} basename without file extension .RE +.TP +.BI "\-X, \-\-exec-batch " command +Execute +.I command +with all search results at once. +A single occurence of the following placeholders is authorized and substituted by the paths derived from the search results before the command is executed: +.RS +.IP {} +path +.IP {/} +basename +.IP {//} +parent directory +.IP {.} +path without file extension +.IP {/.} +basename without file extension +.RE .SH ENVIRONMENT .TP .B LS_COLORS @@ -221,5 +239,8 @@ $ fd nginx /var/log .TP .RI "Find all Python files (all files with the extention " .py ") in the current directory:" $ fd -e py +.TP +.RI "Open all search results with vim:" +$ fd pattern -X vim .SH SEE ALSO .BR find (1)