commandCraft
// run a command repeatedly with input as arguments
command →
upstream (optional) →
Leave blank to show just the xargs invocation. Filled in, the command appears as a pipeline: upstream | xargs …
generated command
$ xargs echo
⚠ This command contains characters that have special meaning in the shell (such as $, `, ;, |, &). Review the command carefully before pasting into a terminal.