args Verified current stable Not installed?

Args / Parallel Xargs

Parallel Xargs

Args command syntax to parallel xargs. Copyable examples, output expectations, and common mistakes.

$
Terminal
<args> | parallel -X <command>

Command Breakdown

What each part is doing

<args>
Base Command
The executable that performs this operation. Here it runs Args before the shell applies any redirect operators.
<args>
args
The value supplied for args.
<command>
command
The value supplied for command.
-X
Command Option
Tool-specific option used by this command invocation.

Alternative Approaches

Comparable commands in other tools

Alternative tools for a closely related operation.