doc: add link to GNU parallel

This commit is contained in:
Delapouite 2021-03-14 20:03:09 +01:00 committed by David Peter
parent cb385a4822
commit f60b7687a2
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ See below for more details on the placeholder syntax.
The `-x` and `-X` options take a *command template* as a series of arguments (instead of a single string).
If you want to add additional options to `fd` after the command template, you can terminate it with a `\;`.
The syntax for generating commands is similar to that of GNU Parallel:
The syntax for generating commands is similar to that of [GNU Parallel](https://www.gnu.org/software/parallel/):
- `{}`: A placeholder token that will be replaced with the path of the search result
(`documents/images/party.jpg`).